Package tv.hd3g.authkit.mod.exception
Class NotAcceptableSecuredTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tv.hd3g.authkit.mod.exception.NotAcceptableSecuredTokenException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotAcceptableSecuredTokenException.BadUseSecuredTokenInvalidAudience,NotAcceptableSecuredTokenException.BadUseSecuredTokenInvalidForm,NotAcceptableSecuredTokenException.BadUseSecuredTokenInvalidIssuer,NotAcceptableSecuredTokenException.BadUseSecuredTokenInvalidType,NotAcceptableSecuredTokenException.BrokenSecuredToken,NotAcceptableSecuredTokenException.ExpiredSecuredToken,NotAcceptableSecuredTokenException.InvalidFormatSecuredToken
public abstract class NotAcceptableSecuredTokenException extends Exception
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNotAcceptableSecuredTokenException.BadUseSecuredTokenInvalidAudiencestatic classNotAcceptableSecuredTokenException.BadUseSecuredTokenInvalidFormstatic classNotAcceptableSecuredTokenException.BadUseSecuredTokenInvalidIssuerstatic classNotAcceptableSecuredTokenException.BadUseSecuredTokenInvalidTypestatic classNotAcceptableSecuredTokenException.BrokenSecuredTokenstatic classNotAcceptableSecuredTokenException.ExpiredSecuredTokenstatic classNotAcceptableSecuredTokenException.InvalidFormatSecuredToken
-
Constructor Summary
Constructors Modifier Constructor Description protectedNotAcceptableSecuredTokenException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-