com.bea.alsb.financial.api
Class SplitException

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.SplitException
All Implemented Interfaces:
Serializable

public class SplitException
extends FinancialException

Exception thrown by the split operation.

Author:
mpoplace
See Also:
Serialized Form

Constructor Summary
SplitException()
           
SplitException(String message)
           
SplitException(String message, Throwable cause)
           
SplitException(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

SplitException

public SplitException()

SplitException

public SplitException(String message)
Parameters:
message -

SplitException

public SplitException(Throwable cause)
Parameters:
cause -

SplitException

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