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
@Unrecoverable public class UnsupportedRequestException extends InvalidRequestException
Raised with requests to services which are not supported by the target plugin.- Author:
- Fabio Simeoni
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedRequestException()Creates an instance.UnsupportedRequestException(String msg)Creates an instance with a message.UnsupportedRequestException(String msg, Throwable cause)Creates an instance with a message and a cause.UnsupportedRequestException(Throwable 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 Detail
-
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 messagecause- the cause
-
UnsupportedRequestException
public UnsupportedRequestException(Throwable cause)
Creates an instance with a cause.- Parameters:
cause- the cause
-
-