com.bea.alsb.financial.api
Class IdentificationException

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

public class IdentificationException
extends FinancialException

Exception thrown by the Identification Service.

See Also:
Serialized Form

Constructor Summary
IdentificationException()
          Empty constructor.
IdentificationException(String message)
          Message-based constructor.
IdentificationException(String message, Throwable cause)
          Full constructor.
IdentificationException(Throwable cause)
          Cause-based constructor.
 
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

IdentificationException

public IdentificationException()
Empty constructor.


IdentificationException

public IdentificationException(String message)
Message-based constructor.

Parameters:
message - the error message.

IdentificationException

public IdentificationException(Throwable cause)
Cause-based constructor.

Parameters:
cause - the original exception causing the trouble.

IdentificationException

public IdentificationException(String message,
                               Throwable cause)
Full constructor.

Parameters:
message - the error message.
cause - the original exception causing the trouble.