Class AuthException

All Implemented Interfaces:
Serializable

class AuthException extends RuntimeException
Exception thrown if user is not authenticated.
Since:
4.0
  • Constructor Details

    • AuthException

      AuthException(String message)
    • AuthException

      AuthException(String message, Exception e)