Class AlreadyAuthenticatedException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class AlreadyAuthenticatedException extends Exception
Exception thrown when the user is trying to authenticate again.
-
-
Constructor Summary
Constructors Constructor Description AlreadyAuthenticatedException()AlreadyAuthenticatedException(String message)AlreadyAuthenticatedException(String message, Throwable cause)AlreadyAuthenticatedException(Throwable cause)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-