Package io.soffa.foundation.errors
Class UnauthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.soffa.foundation.errors.FunctionalException
-
- io.soffa.foundation.errors.UnauthorizedException
-
- All Implemented Interfaces:
ManagedException,java.io.Serializable
public class UnauthorizedException extends FunctionalException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnauthorizedException(java.lang.String message, java.lang.Object... args)UnauthorizedException(java.lang.Throwable cause, java.lang.String message, java.lang.Object... args)
-