Class UnsupportedRequestException

All Implemented Interfaces:
Serializable

@Unrecoverable public class UnsupportedRequestException extends InvalidRequestException
Raised with requests to services which are not supported by the target plugin.
Author:
Fabio Simeoni
See Also:
  • Constructor Details

    • UnsupportedRequestException

      public UnsupportedRequestException()
      Creates an instance.
    • UnsupportedRequestException

      public UnsupportedRequestException(String msg)
      Creates an instance with a message.
      Parameters:
      msg - the message
    • UnsupportedRequestException

      public UnsupportedRequestException(String msg, Throwable cause)
      Creates an instance with a message and a cause.
      Parameters:
      msg - the message
      cause - the cause
    • UnsupportedRequestException

      public UnsupportedRequestException(Throwable cause)
      Creates an instance with a cause.
      Parameters:
      cause - the cause