Class UnsupportedRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gcube.common.clients.exceptions.ServiceException
org.gcube.common.clients.exceptions.InvalidRequestException
org.gcube.common.clients.exceptions.UnsupportedRequestException
- All Implemented Interfaces:
Serializable
Raised with requests to services which are not supported by the target plugin.
- Author:
- Fabio Simeoni
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance.Creates an instance with a message.UnsupportedRequestException(String msg, Throwable cause) Creates an instance with a message and a cause.Creates an instance with a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedRequestException
public UnsupportedRequestException()Creates an instance. -
UnsupportedRequestException
Creates an instance with a message.- Parameters:
msg- the message
-
UnsupportedRequestException
Creates an instance with a message and a cause.- Parameters:
msg- the messagecause- the cause
-
UnsupportedRequestException
Creates an instance with a cause.- Parameters:
cause- the cause
-