Package net.shibboleth.idp.authn
Class SubjectCanonicalizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.shibboleth.idp.authn.SubjectCanonicalizationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NameDecoderException
public class SubjectCanonicalizationException extends Exception
Exception indicating a problem translating a subject between forms.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDSerial version UID.
-
Constructor Summary
Constructors Constructor Description SubjectCanonicalizationException()Constructor.SubjectCanonicalizationException(Exception wrappedException)Constructor.SubjectCanonicalizationException(String message)Constructor.SubjectCanonicalizationException(String message, Exception wrappedException)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serial version UID.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SubjectCanonicalizationException
public SubjectCanonicalizationException()
Constructor.
-
SubjectCanonicalizationException
public SubjectCanonicalizationException(@Nullable String message)Constructor.- Parameters:
message- exception message
-
SubjectCanonicalizationException
public SubjectCanonicalizationException(@Nullable Exception wrappedException)Constructor.- Parameters:
wrappedException- exception to be wrapped by this one
-
-