org.planx.xmlstore
Class ExecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.planx.xmlstore.ExecException
All Implemented Interfaces:
Serializable

public class ExecException
extends IOException

Author:
Henning Niss
See Also:
Serialized Form

Constructor Summary
ExecException(Reference ref, Throwable cause)
           
ExecException(String msg)
           
ExecException(String msg, Throwable cause)
           
ExecException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecException

public ExecException(Throwable cause)

ExecException

public ExecException(String msg)

ExecException

public ExecException(String msg,
                     Throwable cause)

ExecException

public ExecException(Reference ref,
                     Throwable cause)


Copyright © 2004-2005 Plan-X. All Rights Reserved.