com.adventnet.adaptors.clients
Class ClientRuntimeException

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

public class ClientRuntimeException
extends java.lang.RuntimeException

This exception will be thrown when connection with Server is lost

See Also:
Serialized Form

Constructor Summary
ClientRuntimeException()
          Default constructor.
ClientRuntimeException(java.lang.Throwable th)
           
ClientRuntimeException(java.lang.Throwable th, java.lang.String msg)
          Constructor that allows a specific error message to be specified
 
Method Summary
 java.lang.Throwable getTargetException()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientRuntimeException

public ClientRuntimeException()
Default constructor.

ClientRuntimeException

public ClientRuntimeException(java.lang.Throwable th,
                              java.lang.String msg)
Constructor that allows a specific error message to be specified
Parameters:
msg - The specific error message

ClientRuntimeException

public ClientRuntimeException(java.lang.Throwable th)
Method Detail

getTargetException

public java.lang.Throwable getTargetException()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream ps)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)
Overrides:
printStackTrace in class java.lang.Throwable