Class EdalException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    EdalApprovalException

    public class EdalException
    extends java.lang.Exception
    Exception is thrown on general eDAL failures.
    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

      • EdalException

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

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

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

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