org.apache.sandesha2
Class SandeshaException

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.sandesha2.SandeshaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SandeshaStorageException

public class SandeshaException
extends org.apache.axis2.AxisFault

Exception class of Sandesa2.

Author:
Chamikara Jayalath , Sanka Samaranayaka
See Also:
Serialized Form

Constructor Summary
SandeshaException(java.lang.Exception e)
           
SandeshaException(java.lang.String message)
           
SandeshaException(java.lang.String message, java.lang.Exception e)
           
 
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

SandeshaException

public SandeshaException(java.lang.String message)

SandeshaException

public SandeshaException(java.lang.Exception e)

SandeshaException

public SandeshaException(java.lang.String message,
                         java.lang.Exception e)


Copyright © 2005-2006 Apache Web Services. All Rights Reserved.