javatools.util
Class ResetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javatools.util.CommonException
                    |
                    +--javatools.util.ResetException
All Implemented Interfaces:
java.io.Serializable

public class ResetException
extends CommonException

An Exception in resetting.

See Also:
Serialized Form

Constructor Summary
ResetException(java.lang.String mesg)
          Creates a new ResetException.
ResetException(java.lang.String mesg, java.lang.Throwable exception)
          Creates a new ResetException.
ResetException(java.lang.Throwable exception)
          Creates a new ResetException.
 
Methods inherited from class javatools.util.CommonException
getNextException, getStackTrace, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResetException

public ResetException(java.lang.String mesg)
Creates a new ResetException.

Parameters:
mesg - The message to be put in this exception.

ResetException

public ResetException(java.lang.String mesg,
                      java.lang.Throwable exception)
Creates a new ResetException.

Parameters:
mesg - The message to be put in this exception.
exception - The base exception to use.

ResetException

public ResetException(java.lang.Throwable exception)
Creates a new ResetException.

Parameters:
exception - The base exception to use.