Class AttributeMapperAdapterException

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

public class AttributeMapperAdapterException extends Exception
See Also:
  • Constructor Details

    • AttributeMapperAdapterException

      public AttributeMapperAdapterException()
    • AttributeMapperAdapterException

      public AttributeMapperAdapterException(String message)
    • AttributeMapperAdapterException

      public AttributeMapperAdapterException(String message, Throwable cause)
    • AttributeMapperAdapterException

      public AttributeMapperAdapterException(Throwable cause)
    • AttributeMapperAdapterException

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