com.adventnet.adaptors.clients
Class ConnectionLostException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.adventnet.adaptors.clients.ConnectionLostException

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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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