Class EdalApprovalException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EdalApprovalException
    extends EdalException
    Exception is thrown on failures of the ApprovalService.
    See Also:
    Serialized Form
    • 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

      • EdalApprovalException

        public EdalApprovalException()
        Constructor for EdalApprovalException without a specific message.
      • EdalApprovalException

        public EdalApprovalException​(java.lang.String message)
        Constructor for EdalApprovalException with a specific message.
        Parameters:
        message - the error message.
      • EdalApprovalException

        public EdalApprovalException​(java.lang.String message,
                                     java.lang.Throwable cause)
        Constructor for EdalApprovalException with a specific message and cause.
        Parameters:
        message - the error message.
        cause - the cause.
      • EdalApprovalException

        public EdalApprovalException​(java.lang.Throwable cause)
        Constructor for EdalApprovalException with a specific cause.
        Parameters:
        cause - the cause.