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:
 java.io.Serializable
public class NotFoundException extends IdpAdapterManagerException
AnIdpAdapterManagerExceptioncapturing the scenario where an IdP Adapter with a given name does not exist in the system- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description NotFoundException()NotFoundException(java.lang.String message)NotFoundException(java.lang.String message, java.lang.Throwable cause)protectedNotFoundException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)NotFoundException(java.lang.Throwable cause) 
 - 
 
- 
- 
Constructor Detail
- 
NotFoundException
public NotFoundException()
 
- 
NotFoundException
public NotFoundException(java.lang.String message)
 
- 
NotFoundException
public NotFoundException(java.lang.String message, java.lang.Throwable cause) 
- 
NotFoundException
public NotFoundException(java.lang.Throwable cause)
 
- 
NotFoundException
protected NotFoundException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace) 
 - 
 
 -