Class NoResultAnErrorResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.attribute.resolver.ResolutionException
net.shibboleth.idp.attribute.resolver.NoResultAnErrorResolutionException
- All Implemented Interfaces:
Serializable
public class NoResultAnErrorResolutionException extends ResolutionException
A special ResolutionException which is thrown if no results were resolved
by a data connector and the deployer specified "NoResultsAnError".
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
versionID. -
Constructor Summary
Constructors Constructor Description NoResultAnErrorResolutionException(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 Details
-
serialVersionUID
private static final long serialVersionUIDversionID.- See Also:
- Constant Field Values
-
-
Constructor Details
-
NoResultAnErrorResolutionException
Constructor.- Parameters:
message
- exception message
-