Class PingOneConnectionDisabledException

  • All Implemented Interfaces:
    Serializable

    public class PingOneConnectionDisabledException
    extends RuntimeException
    The exception thrown for certain operations if a PingOne connection is disabled.
    Since:
    10.2
    See Also:
    Serialized Form
    • Constructor Detail

      • PingOneConnectionDisabledException

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

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