Class UnexpectedSessionError

All Implemented Interfaces:
Serializable

public class UnexpectedSessionError extends SessionError
See Also:
  • Constructor Details

    • UnexpectedSessionError

      public UnexpectedSessionError(int closure)
    • UnexpectedSessionError

      public UnexpectedSessionError(int closure, String message, Object... args)
    • UnexpectedSessionError

      public UnexpectedSessionError(int closure, Throwable throwable, String message, Object... args)
    • UnexpectedSessionError

      public UnexpectedSessionError(int closure, Throwable throwable)