org.gcube.common.clients.exceptions
Class NoSuchEndpointException

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.NoSuchEndpointException
All Implemented Interfaces:
Serializable

public class NoSuchEndpointException
extends ServiceException

A ServiceException raised when services endpoints are not reachable.

Author:
Fabio Simeoni
See Also:
Serialized Form

Constructor Summary
NoSuchEndpointException(Throwable cause)
          Creates an instance from an underlying cause.
 
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

NoSuchEndpointException

public NoSuchEndpointException(Throwable cause)
Creates an instance from an underlying cause.

Parameters:
cause - the cause


Copyright © 2012. All Rights Reserved.