org.gcube.common.clients.exceptions
Class IllegalScopeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gcube.common.clients.exceptions.ServiceException
                  extended by org.gcube.common.clients.exceptions.InvalidRequestException
                      extended by org.gcube.common.clients.exceptions.IllegalScopeException
All Implemented Interfaces:
Serializable

public class IllegalScopeException
extends InvalidRequestException

A ServiceException raised when attempt to contact service endpoints outside the scope.

Author:
Fabio Simeoni
See Also:
Serialized Form

Constructor Summary
IllegalScopeException()
          Creates an instance.
IllegalScopeException(String msg)
          Creates an instance with a given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalScopeException

public IllegalScopeException()
Creates an instance.


IllegalScopeException

public IllegalScopeException(String msg)
Creates an instance with a given message.

Parameters:
msg - the message


Copyright © 2012. All Rights Reserved.