Class Session.Fault

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    Session

    public static class Session.Fault
    extends java.lang.Exception
    Exception signaling of the problem happened while dealing with Session.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Fault​(java.lang.String reason)  
      Fault​(java.lang.Throwable thr)  
    • 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

      • Fault

        public Fault​(java.lang.String reason)
      • Fault

        public Fault​(java.lang.Throwable thr)