Class Escalation

    • Constructor Summary

      Constructors 
      Constructor Description
      Escalation()
      Default constructor.
      Escalation​(java.lang.Throwable cause)
      Allows for a cause of the Escalation.
    • 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

      • Escalation

        public Escalation()
        Default constructor.
      • Escalation

        public Escalation​(java.lang.Throwable cause)
        Allows for a cause of the Escalation.
        Parameters:
        cause - Cause of the Escalation.