com.adventnet.adaptors.clients
Class ClientRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adventnet.adaptors.clients.ClientRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
public class ClientRuntimeException
- extends java.lang.RuntimeException
This exception will be thrown when connection with Server is lost
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
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