com.bea.alsb.financial.api
Class DeleteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.alsb.financial.api.FinancialException
              extended by com.bea.alsb.financial.api.DeleteException
All Implemented Interfaces:
Serializable

public class DeleteException
extends FinancialException

Author:
mpoplace
See Also:
Serialized Form

Constructor Summary
DeleteException()
           
DeleteException(String message)
           
DeleteException(String message, Throwable cause)
           
DeleteException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteException

public DeleteException()

DeleteException

public DeleteException(String message)
Parameters:
message -

DeleteException

public DeleteException(Throwable cause)
Parameters:
cause -

DeleteException

public DeleteException(String message,
                       Throwable cause)
Parameters:
message -
cause -