org.sr.server
Class ServiceRegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sr.server.ServiceRegistrationException
- All Implemented Interfaces:
- java.io.Serializable
public class ServiceRegistrationException
- extends java.lang.Exception
Thrown when error raises while registering a service component
- Author:
- Serhat Dirik
- See Also:
- Serialized Form
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 |
ServiceRegistrationException
public ServiceRegistrationException()
ServiceRegistrationException
public ServiceRegistrationException(java.lang.String message,
java.lang.Throwable cause)
ServiceRegistrationException
public ServiceRegistrationException(java.lang.String message)
ServiceRegistrationException
public ServiceRegistrationException(java.lang.Throwable cause)