|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bea.alsb.financial.api.FinancialException
com.bea.alsb.financial.api.IdentificationException
public class IdentificationException
Exception thrown by the Identification Service.
| 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 |
|---|
public IdentificationException()
public IdentificationException(String message)
message - the error message.public IdentificationException(Throwable cause)
cause - the original exception causing the trouble.
public IdentificationException(String message,
Throwable cause)
message - the error message.cause - the original exception causing the trouble.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||