org.lexevs.exceptions
Class InitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lexevs.exceptions.InternalException
              extended by org.lexevs.exceptions.InitializationException
All Implemented Interfaces:
java.io.Serializable

public class InitializationException
extends InternalException

An exception to throw when things go wrong during startup of a class.

Version:
subversion $Revision: $ checked in on $Date: $
Author:
Dan Armbrust
See Also:
Serialized Form

Constructor Summary
InitializationException(java.lang.String message)
          Instantiates a new initialization exception.
InitializationException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new initialization exception.
 
Method Summary
 
Methods inherited from class org.lexevs.exceptions.InternalException
getLogId
 
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

InitializationException

public InitializationException(java.lang.String message)
Instantiates a new initialization exception.

Parameters:
message - the message

InitializationException

public InitializationException(java.lang.String message,
                               java.lang.Throwable cause)
Instantiates a new initialization exception.

Parameters:
message - the message
cause - the cause

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.