Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.gateway.auth.idp.IdpAdapterManagerException
com.inductiveautomation.ignition.gateway.auth.idp.NotFoundException
- All Implemented Interfaces:
Serializable
An
IdpAdapterManagerException
capturing the scenario where an IdP Adapter with a given name does not exist
in the system- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionNotFoundException
(String message) NotFoundException
(String message, Throwable cause) protected
NotFoundException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) NotFoundException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
public NotFoundException() -
NotFoundException
-
NotFoundException
-
NotFoundException
-
NotFoundException
-