eu.emi.dsr.exception
Class UnknownServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.emi.dsr.exception.RegistryException
eu.emi.dsr.exception.UnknownServiceException
- All Implemented Interfaces:
- Serializable
public class UnknownServiceException
- extends RegistryException
Thrown when service with a given url is not found in the registry
- Author:
- a.memon
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownServiceException
public UnknownServiceException()
UnknownServiceException
public UnknownServiceException(String message)
UnknownServiceException
public UnknownServiceException(Throwable cause)
UnknownServiceException
public UnknownServiceException(String message,
Throwable cause)
Copyright © 2012. All Rights Reserved.