org.sr.server
Class ServicePreparationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sr.server.ServicePreparationException
All Implemented Interfaces:
java.io.Serializable

public class ServicePreparationException
extends java.lang.Exception

Thrown when an exception happens during locators prepares an instance of a service

Author:
Serhat Dirik
See Also:
Serialized Form

Constructor Summary
ServicePreparationException()
           
ServicePreparationException(java.lang.String arg0)
           
ServicePreparationException(java.lang.String arg0, java.lang.Throwable arg1)
           
ServicePreparationException(java.lang.Throwable arg0)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServicePreparationException

public ServicePreparationException()

ServicePreparationException

public ServicePreparationException(java.lang.String arg0)

ServicePreparationException

public ServicePreparationException(java.lang.Throwable arg0)

ServicePreparationException

public ServicePreparationException(java.lang.String arg0,
                                   java.lang.Throwable arg1)