Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javatools.util
Class ResetException  view ResetException download ResetException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavatools.util.CommonException
              extended byjavatools.util.ResetException
All Implemented Interfaces:
java.io.Serializable

public class ResetException
extends CommonException

An Exception in resetting.

Version:
0.7

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class javatools.util.CommonException
nextException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
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.


ResetException

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


ResetException

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