Class AttributeMapperException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.inductiveautomation.ignition.gateway.auth.mapper.attr.AttributeMapperException
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class AttributeMapperException extends java.lang.Exception- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description AttributeMapperException()AttributeMapperException(java.lang.String message)AttributeMapperException(java.lang.String message, java.lang.Throwable cause)protectedAttributeMapperException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)AttributeMapperException(java.lang.Throwable cause) 
 - 
 
- 
- 
Constructor Detail
- 
AttributeMapperException
public AttributeMapperException()
 
- 
AttributeMapperException
public AttributeMapperException(java.lang.String message)
 
- 
AttributeMapperException
public AttributeMapperException(java.lang.String message, java.lang.Throwable cause) 
- 
AttributeMapperException
public AttributeMapperException(java.lang.Throwable cause)
 
- 
AttributeMapperException
protected AttributeMapperException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace) 
 - 
 
 -