com.adventnet.adaptors.clients
Class ConnectionLostException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.adventnet.adaptors.clients.ConnectionLostException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionLostException
extends java.lang.RuntimeException

This exception will be thrown when connection with WebLogic Server is lost

See Also:
Serialized Form

Constructor Summary
ConnectionLostException()
          Default constructor.
ConnectionLostException(java.lang.String msg)
          Constructor that allows a specific error message to be specified
 
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

ConnectionLostException

public ConnectionLostException()
Default constructor.


ConnectionLostException

public ConnectionLostException(java.lang.String msg)
Constructor that allows a specific error message to be specified

Parameters:
msg - The specific error message