Class OperationNotFoundException

All Implemented Interfaces:
Serializable

public class OperationNotFoundException extends BaseException
Thrown when an operation is not found in the manifest somewhere.
See Also:
  • Constructor Details

    • OperationNotFoundException

      public OperationNotFoundException()
    • OperationNotFoundException

      public OperationNotFoundException(String message)
    • OperationNotFoundException

      public OperationNotFoundException(String message, Throwable cause)
    • OperationNotFoundException

      public OperationNotFoundException(Throwable cause)
    • OperationNotFoundException

      public OperationNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details