Package io.toro.martini.exception
Class UserUnauthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.toro.martini.exception.ToroException
-
- io.toro.martini.exception.UserUnauthorizedException
-
- All Implemented Interfaces:
Serializable
,MessageSourceResolvable
public class UserUnauthorizedException extends ToroException
- Author:
- Reijhanniel Jearl Campos
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserUnauthorizedException(String s)
-
Method Summary
-
Methods inherited from class io.toro.martini.exception.ToroException
getArguments, getCodes, getDefaultMessage, getMessage, setDefaultMessage, setMessageArgs, setMessageCode, setMessageResolverArguments, setSpringMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UserUnauthorizedException
public UserUnauthorizedException(String s)
-
-