blackboard.base
Class InitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by blackboard.base.NestedException
              extended by blackboard.base.InitializationException
All Implemented Interfaces:
java.io.Serializable

public class InitializationException
extends NestedException

Exceptions thrown at application initialization time. These should be considered fatal errors in the configuration including misconfigured or unavailable resources that are essential to the system.

Since:
Bb 5.5
Version:
$Revision: #1 $ $Date: 2005/06/27 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class blackboard.base.NestedException
_nestedException
 
Constructor Summary
InitializationException(java.lang.String msg)
          Constructor
InitializationException(java.lang.String msg, java.lang.Throwable nestedException)
          Constructor
InitializationException(java.lang.Throwable nestedException)
          Constructor
 
Method Summary
 
Methods inherited from class blackboard.base.NestedException
getFullMessageTrace, getNestedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitializationException

public InitializationException(java.lang.String msg)
Constructor


InitializationException

public InitializationException(java.lang.Throwable nestedException)
Constructor


InitializationException

public InitializationException(java.lang.String msg,
                               java.lang.Throwable nestedException)
Constructor



Copyright © 2003 Blackboard, Inc. All Rights Reserved.