org.gcube.common.clients.exceptions
Class DiscoveryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gcube.common.clients.exceptions.ServiceException
org.gcube.common.clients.exceptions.DiscoveryException
- All Implemented Interfaces:
- Serializable
public class DiscoveryException
- extends ServiceException
Raised when services endpoints cannot be discovered.
- Author:
- Fabio Simeoni
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DiscoveryException
public DiscoveryException(String msg)
- Creates an instance with a message.
- Parameters:
msg - the message
DiscoveryException
public DiscoveryException(Throwable cause)
- Creates an instance from a cause.
- Parameters:
cause - the cause
Copyright © 2012. All Rights Reserved.