Package com.pingidentity.access
Class PingOneConnectionDisabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pingidentity.access.PingOneConnectionDisabledException
- All Implemented Interfaces:
Serializable
The exception thrown for certain operations if a PingOne connection is disabled.
- Since:
- 10.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPingOneConnectionDisabledException(String message) Construct an exception instance with the specified parameters.PingOneConnectionDisabledException(String message, Throwable throwable) Construct an exception instance with the specified parameters. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PingOneConnectionDisabledException
Construct an exception instance with the specified parameters.- Parameters:
message- The exception message.
-
PingOneConnectionDisabledException
Construct an exception instance with the specified parameters.- Parameters:
message- The exception message.throwable- The wrapped exception.
-