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