Class NotAuthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.quantummaid.httpmaid.security.authorization.NotAuthorizedException
-
- All Implemented Interfaces:
Serializable
public final class NotAuthorizedException extends RuntimeException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorizerIdauthorizerId()static NotAuthorizedExceptionnotAuthorizedException(MetaData metaData, AuthorizerId authorizerId)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
notAuthorizedException
public static NotAuthorizedException notAuthorizedException(MetaData metaData, AuthorizerId authorizerId)
-
authorizerId
public AuthorizerId authorizerId()
-
-