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 the CustomDataSourceDriver interface fails.
See Also:
  • Constructor Details

    • CustomDataSourceDriverException

      public CustomDataSourceDriverException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - The detail message.
    • CustomDataSourceDriverException

      public CustomDataSourceDriverException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - The detail message.
      cause - The cause.