Interface Session.SessionError
- Enclosing interface:
- Session
public static interface Session.SessionError
Encapsulates the detail of a reported error.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a description of the error.toString()
Returns a string representation of the error.
-
Method Details
-
getMessage
String getMessage()Returns a description of the error.- Returns:
- a description of the error
-
toString
String toString()Returns a string representation of the error.- Overrides:
toString
in classObject
- Returns:
- the same as
getMessage()
-