net.sourceforge.apphere.util.html
Class FormMergeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.apache.axis.AxisFault
                      extended bynet.sourceforge.apphere.AppHereException
                          extended bynet.sourceforge.apphere.util.html.FormMergeException
All Implemented Interfaces:
java.io.Serializable

public class FormMergeException
extends AppHereException

Author:
Dewi Roberts http://www.essex.ac.uk/chimera FormMergeException.java Created 18-Mar-2003 net.sourceforge.apphere.util.html
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
FormMergeException()
          Constructor for FormMergeException.
FormMergeException(java.lang.Exception cause)
          Constructor for FormMergeException.
FormMergeException(java.lang.String message)
          Constructor for FormMergeException.
 
Methods inherited from class org.apache.axis.AxisFault
addFaultDetailString, addHeader, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultString, makeFault, output, printStackTrace, printStackTrace, setFaultActor, setFaultCode, setFaultCode, setFaultDetail, setFaultDetailString, setFaultString, toString
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormMergeException

public FormMergeException()
Constructor for FormMergeException.


FormMergeException

public FormMergeException(java.lang.String message)
Constructor for FormMergeException.

Parameters:
message -

FormMergeException

public FormMergeException(java.lang.Exception cause)
Constructor for FormMergeException.

Parameters:
cause -