ewe.sys
Class HandleStoppedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.sys.HandleStoppedException

public class HandleStoppedException
extends Exception


Constructor Summary
HandleStoppedException()
           
HandleStoppedException(String msg)
           
HandleStoppedException(String message, Throwable cause)
           
HandleStoppedException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

HandleStoppedException

public HandleStoppedException()

HandleStoppedException

public HandleStoppedException(String msg)

HandleStoppedException

public HandleStoppedException(Throwable cause)

HandleStoppedException

public HandleStoppedException(String message,
                              Throwable cause)