eu.emi.dsr.exception
Class UnknownServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.emi.dsr.exception.RegistryException
              extended by 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

Constructor Summary
UnknownServiceException()
           
UnknownServiceException(String message)
           
UnknownServiceException(String message, Throwable cause)
           
UnknownServiceException(Throwable 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

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.