com.continuent.tungsten.common.jmx
Class ServerRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.continuent.tungsten.common.jmx.ServerRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class ServerRuntimeException
extends java.lang.RuntimeException

Denotes an unexpected error in server processing. The current operation cannot continue.

Version:
1.0
Author:
Robert Hodges
See Also:
Serialized Form

Constructor Summary
ServerRuntimeException(java.lang.String msg)
          Creates a new ServerRuntimeException object
ServerRuntimeException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new ServerRuntimeException object
 
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

ServerRuntimeException

public ServerRuntimeException(java.lang.String msg)
Creates a new ServerRuntimeException object

Parameters:
msg - Message describing the problem

ServerRuntimeException

public ServerRuntimeException(java.lang.String msg,
                              java.lang.Throwable cause)
Creates a new ServerRuntimeException object

Parameters:
msg - Message describing the problem
cause - Root cause of the exception