Interface Session.SessionError

Enclosing interface:
Session

public static interface Session.SessionError
Encapsulates the detail of a reported error.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a description of the error.
    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 class Object
      Returns:
      the same as getMessage()