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
public class IllegalScopeException extends InvalidRequestException
AServiceExceptionraised when attempt to contact service endpoints outside the scope.- Author:
- Fabio Simeoni
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalScopeException()Creates an instance.IllegalScopeException(String msg)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 Detail
-
IllegalScopeException
public IllegalScopeException()
Creates an instance.
-
IllegalScopeException
public IllegalScopeException(String msg)
Creates an instance with a given message.- Parameters:
msg- the message
-
-