Package io.quarkus.security
Class UnauthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.SecurityException
-
- io.quarkus.security.UnauthorizedException
-
- All Implemented Interfaces:
Serializable
public class UnauthorizedException extends SecurityException
- Author:
- Michal Szynkiewicz, michal.l.szynkiewicz@gmail.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnauthorizedException()UnauthorizedException(String errorMessage)UnauthorizedException(String errorMessage, Throwable cause)UnauthorizedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-