Class IllegalScopeException
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.IllegalScopeException
- All Implemented Interfaces:
Serializable
A
ServiceException raised when attempt to contact service endpoints outside the scope.- Author:
- Fabio Simeoni
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance.Creates an instance with a given 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
-
IllegalScopeException
public IllegalScopeException()Creates an instance. -
IllegalScopeException
Creates an instance with a given message.- Parameters:
msg- the message
-