to.etc.domui.util.janitor
Class JanitorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by to.etc.domui.util.janitor.JanitorException
All Implemented Interfaces:
java.io.Serializable

public class JanitorException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  Janitor m_j
          The janitor that threw this
protected  JanitorTask m_jt
          The task that threw this
 
Constructor Summary
JanitorException()
           
JanitorException(JanitorTask jt, java.lang.String msg)
           
 
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
 

Field Detail

m_j

protected Janitor m_j
The janitor that threw this


m_jt

protected JanitorTask m_jt
The task that threw this

Constructor Detail

JanitorException

public JanitorException()

JanitorException

public JanitorException(JanitorTask jt,
                        java.lang.String msg)