Package com.pingidentity.sources
Class CustomDataSourceDriverException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pingidentity.sources.CustomDataSourceDriverException
-
- All Implemented Interfaces:
Serializable
public class CustomDataSourceDriverException extends Exception
The exception thrown when one of the methods of theCustomDataSourceDriverinterface fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomDataSourceDriverException(String message)Constructs a new exception with the specified detail message.CustomDataSourceDriverException(String message, Throwable cause)Constructs a new exception with the specified detail message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CustomDataSourceDriverException
public CustomDataSourceDriverException(String message)
Constructs a new exception with the specified detail message.- Parameters:
message- The detail message.
-
-