synergynetframework.appsystem.services.exceptions
Class SynergyNetServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by synergynetframework.appsystem.services.exceptions.SynergyNetServiceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ServiceNotRunningException

public class SynergyNetServiceException
extends java.lang.Exception

The Class SynergyNetServiceException.

See Also:
Serialized Form

Constructor Summary
SynergyNetServiceException(SynergyNetService service)
          Instantiates a new synergy net service exception.
 
Method Summary
 SynergyNetService getService()
          Gets the service.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynergyNetServiceException

public SynergyNetServiceException(SynergyNetService service)
Instantiates a new synergy net service exception.

Parameters:
service - the service
Method Detail

getService

public SynergyNetService getService()
Gets the service.

Returns:
the service

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable