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
@Unrecoverable public class UnsupportedOperationException extends InvalidRequestException
Raised with requests to service operations that are not supported.- Author:
- Fabio Simeoni
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedOperationException()Creates an instance.UnsupportedOperationException(String msg)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 Detail
-
UnsupportedOperationException
public UnsupportedOperationException()
Creates an instance.
-
UnsupportedOperationException
public UnsupportedOperationException(String msg)
Creates an instance with a message.- Parameters:
msg- the message
-
-