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 SummaryConstructorsModifierConstructorDescriptionNotFoundException(String message) NotFoundException(String message, Throwable cause) protectedNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) NotFoundException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NotFoundExceptionpublic NotFoundException()
- 
NotFoundException
- 
NotFoundException
- 
NotFoundException
- 
NotFoundException
 
-