jSyncManager Simple Java Server

org.jSyncManager.SJS
Class ConnectionManagerNotFoundException

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

public class ConnectionManagerNotFoundException
extends java.lang.Exception

The ConnectionManagerNotFoundException 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
ConnectionManagerNotFoundException()
          Constructs a new ConnectionManagerNotFoundException.
ConnectionManagerNotFoundException(java.lang.String msg)
          Constructs a new ConnectionManagerNotFoundException 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

ConnectionManagerNotFoundException

public ConnectionManagerNotFoundException()
Constructs a new ConnectionManagerNotFoundException.


ConnectionManagerNotFoundException

public ConnectionManagerNotFoundException(java.lang.String msg)
Constructs a new ConnectionManagerNotFoundException 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.