|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--oracle.panama.PanamaException | +--oracle.panama.adapter.AdapterException
The Adapter Exception. To be used when something fails in the Adapter implementation.
Constructor Summary |
AdapterException(java.lang.String msg)
|
AdapterException(java.lang.Throwable detail)
|
Methods inherited from class oracle.panama.PanamaException |
getDetail |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AdapterException(java.lang.String msg)
msg
- the error message for the system log.public AdapterException(java.lang.Throwable detail)
detail
- the nested Exception, it's message will be logged to the system log.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |