Class NotFulfilledException

    • Constructor Summary

      Constructors 
      Constructor Description
      NotFulfilledException​(java.lang.String message)
      Create a NotfulfilledException with the provided message.
      NotFulfilledException​(java.lang.String message, java.lang.Throwable cause)
      Create a NotfulfilledException with the provided message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotFulfilledException

        public NotFulfilledException​(java.lang.String message)
        Create a NotfulfilledException with the provided message.
        Parameters:
        message - The message to use for this exception.
      • NotFulfilledException

        public NotFulfilledException​(java.lang.String message,
                                     java.lang.Throwable cause)
        Create a NotfulfilledException with the provided message and cause.
        Parameters:
        message - The message to use for this exception.
        cause - The underlying cause for this exception. It may be null if no cause is available.