org.lexevs.exceptions
Class InternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lexevs.exceptions.InternalException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InitializationException, MissingResourceException, UnexpectedInternalError

public class InternalException
extends java.lang.Exception

Parent class for the all internal exceptions..

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

Constructor Summary
InternalException(java.lang.String message)
          Instantiates a new internal exception.
InternalException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new internal exception.
 
Method Summary
 java.lang.String getLogId()
          Gets the log id.
 
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

InternalException

public InternalException(java.lang.String message)
Instantiates a new internal exception.

Parameters:
message - the message

InternalException

public InternalException(java.lang.String message,
                         java.lang.Throwable cause)
Instantiates a new internal exception.

Parameters:
message - the message
cause - the cause
Method Detail

getLogId

public java.lang.String getLogId()
Gets the log id.

Returns:
the log id

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.