org.apache.savan
Class SavanException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.apache.axis2.AxisFault
                      extended byorg.apache.savan.SavanException
All Implemented Interfaces:
java.io.Serializable

public class SavanException
extends org.apache.axis2.AxisFault

To convey a exception that occured in Savan.

See Also:
Serialized Form

Constructor Summary
SavanException(java.lang.Exception superException)
           
SavanException(java.lang.String cause)
           
SavanException(java.lang.String cause, java.lang.Exception superException)
           
 
Methods inherited from class org.apache.axis2.AxisFault
addHeader, addReason, addReason, getCause, getDetail, getFaultCode, getFaultCodeElement, getFaultDetailElement, getFaultElements, getFaultNode, getFaultNodeElement, getFaultReasonElement, getFaultRole, getFaultRoleElement, getMessage, getNodeURI, getReason, headerIterator, headers, makeFault, setDetail, setFaultCode, setFaultCode, setNodeURI
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

SavanException

public SavanException(java.lang.String cause)

SavanException

public SavanException(java.lang.String cause,
                      java.lang.Exception superException)

SavanException

public SavanException(java.lang.Exception superException)


Copyright © 2007 null. All Rights Reserved.