Class AttributeNotSupportedException

All Implemented Interfaces:
Serializable

public class AttributeNotSupportedException extends WIMApplicationException
See Also:
  • Constructor Details

    • AttributeNotSupportedException

      public AttributeNotSupportedException()
    • AttributeNotSupportedException

      public AttributeNotSupportedException(String key, String message)
      Parameters:
      message -
    • AttributeNotSupportedException

      public AttributeNotSupportedException(Throwable cause)
      Parameters:
      cause -
    • AttributeNotSupportedException

      public AttributeNotSupportedException(String key, String message, Throwable cause)
      Parameters:
      message -
      cause -