Class UnsupportedOperationException
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.UnsupportedOperationException
- All Implemented Interfaces:
Serializable
Raised with requests to service operations that are not supported.
- Author:
- Fabio Simeoni
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance.Creates an instance with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedOperationException
public UnsupportedOperationException()Creates an instance. -
UnsupportedOperationException
Creates an instance with a message.- Parameters:
msg- the message
-