Class MultipleResultAnErrorResolutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.shibboleth.idp.attribute.resolver.ResolutionException
-
- net.shibboleth.idp.attribute.resolver.MultipleResultAnErrorResolutionException
-
- All Implemented Interfaces:
Serializable
public class MultipleResultAnErrorResolutionException extends ResolutionException
A special ResolutionException which is thrown if multiple results were resolved by a data connector and the deployer specified "MultipleResultsAnError".- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDSerial ID.
-
Constructor Summary
Constructors Constructor Description MultipleResultAnErrorResolutionException(String message)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 ID.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MultipleResultAnErrorResolutionException
public MultipleResultAnErrorResolutionException(String message)
Constructor.- Parameters:
message- exception message
-
-