Class AuthModeInvalidException
Object
Throwable
Exception
RuntimeException
AuthModeInvalidException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=FORBIDDEN,
reason="Modo de autenticacao invalido")
public class AuthModeInvalidException
extends RuntimeException
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthModeInvalidException
public AuthModeInvalidException()
-