Class InvalidConnectionCredentialException

  • All Implemented Interfaces:
    Serializable

    public class InvalidConnectionCredentialException
    extends RuntimeException
    The exception thrown if the credential associated with a PingOne connection is invalid.
    Since:
    10.2
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidConnectionCredentialException

        public InvalidConnectionCredentialException​(String message)
        Construct an exception instance with the specified parameters.
        Parameters:
        message - The exception message.
      • InvalidConnectionCredentialException

        public InvalidConnectionCredentialException​(String message,
                                                    Throwable throwable)
        Construct an exception instance with the specified parameters.
        Parameters:
        message - The exception message.
        throwable - The wrapped exception.