jSyncManager Simple Java Server

org.jSyncManager.SJS
Class ServiceAlreadyRunningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jSyncManager.SJS.ServiceAlreadyRunningException
All Implemented Interfaces:
java.io.Serializable

public class ServiceAlreadyRunningException
extends java.lang.Exception

The ServiceAlreadyRunningException class. Instances of this class are thrown when a ServerRemoteInterface instance are unable to find the requested service.

Version:
0.1
Author:
Brad BARCLAY <bbarclay@jsyncmanager.org>
See Also:
Serialized Form

Constructor Summary
ServiceAlreadyRunningException()
          Constructs a new ServiceAlreadyRunningException.
ServiceAlreadyRunningException(java.lang.String msg)
          Constructs a new ServiceAlreadyRunningException with the specified message.
 
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

ServiceAlreadyRunningException

public ServiceAlreadyRunningException()
Constructs a new ServiceAlreadyRunningException.


ServiceAlreadyRunningException

public ServiceAlreadyRunningException(java.lang.String msg)
Constructs a new ServiceAlreadyRunningException with the specified message.

Parameters:
msg - the message to attach to this exception.

jSyncManager Simple Java Server

Copyright (c) 2004 Brad BARCLAY. All Rights Reserved.