|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception de.bea.domingo.DNotesException de.bea.domingo.map.MapperRegistrationException
public class MapperRegistrationException
Signals errors during mapping from or to domingo.
Constructor Summary | |
---|---|
MapperRegistrationException(java.lang.String message)
Constructor. |
|
MapperRegistrationException(java.lang.String message,
java.lang.Throwable throwable)
Constructor. |
|
MapperRegistrationException(java.lang.Throwable throwable)
Constructor. |
Method Summary |
---|
Methods inherited from class de.bea.domingo.DNotesException |
---|
getCause, getMessage, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MapperRegistrationException(java.lang.String message)
message
- The detail message for this exception.public MapperRegistrationException(java.lang.Throwable throwable)
throwable
- the root cause of the exceptionpublic MapperRegistrationException(java.lang.String message, java.lang.Throwable throwable)
message
- The detail message for this exception.throwable
- the root cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |