Class InvalidOperationException

All Implemented Interfaces:
Serializable

public class InvalidOperationException extends OperationException
Dedicated to bad requests: operation unsupported, invalid, not implemented... InvokableMethod.invoke(OperationContext, java.util.Map) is automatically wrapping UnsupportedOperationException into an InvalidOperationException.
Since:
5.7
See Also:
  • Constructor Details

    • InvalidOperationException

      public InvalidOperationException(String message)
    • InvalidOperationException

      public InvalidOperationException(Throwable cause)
    • InvalidOperationException

      public InvalidOperationException(String message, Throwable cause)