org.jaxup.xupdate
Class XUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jaxup.UpdateException
              extended by org.jaxup.xupdate.XUpdateException
All Implemented Interfaces:
java.io.Serializable

public class XUpdateException
extends UpdateException

See Also:
Serialized Form

Constructor Summary
XUpdateException(java.lang.String message)
           
XUpdateException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.jaxup.UpdateException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 

Constructor Detail

XUpdateException

public XUpdateException(java.lang.String message)

XUpdateException

public XUpdateException(java.lang.String message,
                        java.lang.Throwable cause)