org.apache.sandesha2.storage
Class SandeshaStorageException

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
                          extended byorg.apache.sandesha2.storage.SandeshaStorageException
All Implemented Interfaces:
java.io.Serializable

public class SandeshaStorageException
extends SandeshaException

To easily track exceptions happening in the storage area.

Author:
Chamikara Jayalath
See Also:
Serialized Form

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

SandeshaStorageException

public SandeshaStorageException(java.lang.String message)

SandeshaStorageException

public SandeshaStorageException(java.lang.Exception e)


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