Class FailureException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FailureException
    extends java.lang.Exception
    Base exception class for all instances when the status of the action performed is FAILURE.
    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

      • FailureException

        public FailureException​(java.lang.String msg)
      • FailureException

        public FailureException​(java.lang.Throwable e)