Class IdpAdapterManagerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.gateway.auth.idp.IdpAdapterManagerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NameCollisionException, NotFoundException

public class IdpAdapterManagerException extends Exception
See Also:
  • Constructor Details

    • IdpAdapterManagerException

      public IdpAdapterManagerException()
    • IdpAdapterManagerException

      public IdpAdapterManagerException(String message)
    • IdpAdapterManagerException

      public IdpAdapterManagerException(String message, Throwable cause)
    • IdpAdapterManagerException

      public IdpAdapterManagerException(Throwable cause)
    • IdpAdapterManagerException

      protected IdpAdapterManagerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)