Package be.looorent.micronaut.security
Class SecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- be.looorent.micronaut.security.SecurityException
-
- All Implemented Interfaces:
java.io.Serializable
public class SecurityException extends java.lang.RuntimeExceptionWhen a known security error occurs during token parsing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityException(SecurityErrorType type)SecurityException(SecurityErrorType type, java.lang.String message)
-
Method Summary
Modifier and Type Method Description SecurityErrorTypegetType()
-
-
-
Constructor Detail
-
SecurityException
public SecurityException(SecurityErrorType type)
-
SecurityException
public SecurityException(SecurityErrorType type, java.lang.String message)
-
-
Method Detail
-
getType
public SecurityErrorType getType()
-
-