Class FilterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pingidentity.sdk.provision.exception.IdentityStoreException
-
- com.pingidentity.sdk.provision.exception.FilterException
-
- All Implemented Interfaces:
Serializable
public class FilterException extends IdentityStoreException
AnIdentityStoreExceptionthat should be thrown when a filter operation cannot be completed.- Since:
- 8.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilterException(String message)Constructs aConflictExceptionwith the specified detail message.FilterException(String message, Throwable cause)Constructs aConflictExceptionwith the specified detail message and cause.FilterException(Throwable cause)Constructs aConflictExceptionwith the specified cause.FilterException(List<String> messages)Constructs aConflictExceptionwith the specified detail messages.FilterException(List<String> messages, Throwable cause)Constructs aConflictExceptionwith the specified detail messages and cause.
-
Method Summary
-
Methods inherited from class com.pingidentity.sdk.provision.exception.IdentityStoreException
getMessage, getMessages
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FilterException
public FilterException(String message)
Constructs aConflictExceptionwith the specified detail message.
-
FilterException
public FilterException(List<String> messages)
Constructs aConflictExceptionwith the specified detail messages.
-
FilterException
public FilterException(Throwable cause)
Constructs aConflictExceptionwith the specified cause.
-
FilterException
public FilterException(String message, Throwable cause)
Constructs aConflictExceptionwith the specified detail message and cause.
-
-