de.bea.domingo.map
Class MappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.bea.domingo.DNotesException
              extended by de.bea.domingo.map.MappingException
All Implemented Interfaces:
CascadingThrowable, java.io.Serializable
Direct Known Subclasses:
MethodNotFoundException

public class MappingException
extends DNotesException

Signals errors during mapping from or to domingo.

Author:
Kurt Riede
See Also:
Serialized Form

Constructor Summary
MappingException(java.lang.String message)
          Construct a new MappingException instance.
MappingException(java.lang.String message, java.lang.Throwable throwable)
          Construct a new MappingException instance.
MappingException(java.lang.Throwable throwable)
          Construct a new MappingException instance.
 
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

MappingException

public MappingException(java.lang.String message)
Construct a new MappingException instance.

Parameters:
message - The detail message for this exception.

MappingException

public MappingException(java.lang.Throwable throwable)
Construct a new MappingException instance.

Parameters:
throwable - the root cause of the exception

MappingException

public MappingException(java.lang.String message,
                        java.lang.Throwable throwable)
Construct a new MappingException instance.

Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception


Domingo Java-API