Package org.sourceid.saml20.adapter
Class AuthnAdapterException.NoUniqueIdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.sourceid.saml20.adapter.GeneralAdapterException
-
- org.sourceid.saml20.adapter.AuthnAdapterException
-
- org.sourceid.saml20.adapter.AuthnAdapterException.NoUniqueIdException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AuthnAdapterException
public static class AuthnAdapterException.NoUniqueIdException extends AuthnAdapterException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.sourceid.saml20.adapter.AuthnAdapterException
AuthnAdapterException.NoMappedAdapters, AuthnAdapterException.NonUniqueUserException, AuthnAdapterException.NoUniqueIdException
-
-
Constructor Summary
Constructors Constructor Description NoUniqueIdException(String message)NoUniqueIdException(String message, Throwable cause)NoUniqueIdException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.sourceid.saml20.adapter.GeneralAdapterException
isAllowMessagePropagation, setAllowMessagePropagation
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-