Class AttributeSourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.gateway.auth.web.attr.AttributeSourceException
All Implemented Interfaces:
Serializable

public class AttributeSourceException extends Exception
See Also:
  • Constructor Details

    • AttributeSourceException

      public AttributeSourceException()
    • AttributeSourceException

      public AttributeSourceException(String message)
    • AttributeSourceException

      public AttributeSourceException(String message, Throwable cause)
    • AttributeSourceException

      public AttributeSourceException(Throwable cause)
    • AttributeSourceException

      protected AttributeSourceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)