Package com.pingidentity.sources
Class CustomDataSourceDriverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pingidentity.sources.CustomDataSourceDriverException
- All Implemented Interfaces:
Serializable
The exception thrown when one of the methods of the
CustomDataSourceDriver interface fails.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomDataSourceDriverException(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 Details
-
CustomDataSourceDriverException
Constructs a new exception with the specified detail message.- Parameters:
message- The detail message.
-
CustomDataSourceDriverException
Constructs a new exception with the specified detail message and cause.- Parameters:
message- The detail message.cause- The cause.
-