de.bea.domingo
Class DNotesFactoryFinder.ConfigurationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by de.bea.domingo.DNotesFactoryFinder.ConfigurationError
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DNotesFactoryFinder

static class DNotesFactoryFinder.ConfigurationError
extends java.lang.Error

Error class to indicate factory configuration errors.


Constructor Summary
DNotesFactoryFinder.ConfigurationError(java.lang.String msg)
          Construct a new instance with the specified detail string and exception.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DNotesFactoryFinder.ConfigurationError

DNotesFactoryFinder.ConfigurationError(java.lang.String msg)
Construct a new instance with the specified detail string and exception.

Parameters:
msg - the error message


Domingo Java-API