Class OperationNotSupportedException

All Implemented Interfaces:
Serializable

public class OperationNotSupportedException extends WIMApplicationException
See Also:
  • Constructor Details

    • OperationNotSupportedException

      public OperationNotSupportedException()
    • OperationNotSupportedException

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

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

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