public class UserNotAuthenticatedException extends InvalidKeyException
Constructor and Description |
---|
UserNotAuthenticatedException()
Constructs a new
UserNotAuthenticatedException without detail message and cause. |
UserNotAuthenticatedException(String message)
Constructs a new
UserNotAuthenticatedException with the provided detail message and
no cause. |
UserNotAuthenticatedException(String message,
Throwable cause)
Constructs a new
UserNotAuthenticatedException with the provided detail message and
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UserNotAuthenticatedException()
UserNotAuthenticatedException
without detail message and cause.public UserNotAuthenticatedException(String message)
UserNotAuthenticatedException
with the provided detail message and
no cause.