Class AttributeException

All Implemented Interfaces:
Serializable

public class AttributeException extends WorkflowException
Exception thrown when attribute operations fail. AttributeException is a specialized exception for errors that occur during attribute access, modification, or validation operations.
Since:
1.0
See Also:
  • Constructor Details

    • AttributeException

      public AttributeException(Exception ex)
      Creates a new AttributeException with the specified cause.
      Parameters:
      ex - the cause of the exception
    • AttributeException

      public AttributeException(String message)
      Creates a new AttributeException with the specified message.
      Parameters:
      message - the detail message
    • AttributeException

      public AttributeException(String message, Exception e)
      Creates a new AttributeException with the specified message and cause.
      Parameters:
      message - the detail message
      e - the cause of the exception