de.bea.domingo.map
Class MapperRegistrationException

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.MapperRegistrationException
All Implemented Interfaces:
CascadingThrowable, java.io.Serializable

public class MapperRegistrationException
extends DNotesException

Signals errors during mapping from or to domingo.

Author:
Kurt Riede
See Also:
Serialized Form

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

MapperRegistrationException

public MapperRegistrationException(java.lang.String message)
Constructor.

Parameters:
message - The detail message for this exception.

MapperRegistrationException

public MapperRegistrationException(java.lang.Throwable throwable)
Constructor.

Parameters:
throwable - the root cause of the exception

MapperRegistrationException

public MapperRegistrationException(java.lang.String message,
                                   java.lang.Throwable throwable)
Constructor.

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


Domingo Java-API