Module is.codion.common.rmi
Class ServerAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
is.codion.common.rmi.server.exception.ServerException
is.codion.common.rmi.server.exception.LoginException
is.codion.common.rmi.server.exception.ServerAuthenticationException
- All Implemented Interfaces:
Serializable
An exception indicating that a login has failed due to an authentication error,
invalid username or password
- See Also:
-
Constructor Summary
ConstructorDescriptionServerAuthenticationException
(String message) Instantiates a newServerAuthenticationException
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServerAuthenticationException
Instantiates a newServerAuthenticationException
- Parameters:
message
- the exception message
-