Class ConnectionProviderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.saperion.ngc.exception.ConnectionProviderException
All Implemented Interfaces:
Serializable

public class ConnectionProviderException extends RuntimeException
Exception thrown when a ConnectionProvider failed to provide a connection.
See Also:
  • Constructor Details

    • ConnectionProviderException

      public ConnectionProviderException(String message, Throwable cause)
      Parameters:
      message - error message
      cause - cause of the exception