org.lexevs.exceptions
Class UnexpectedInternalError

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

public class UnexpectedInternalError
extends InternalException

An exception to throw when something unplanned goes wrong.

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

Constructor Summary
UnexpectedInternalError(java.lang.String message)
          Instantiates a new unexpected internal error.
UnexpectedInternalError(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new unexpected internal error.
 
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

UnexpectedInternalError

public UnexpectedInternalError(java.lang.String message)
Instantiates a new unexpected internal error.

Parameters:
message - the message

UnexpectedInternalError

public UnexpectedInternalError(java.lang.String message,
                               java.lang.Throwable cause)
Instantiates a new unexpected internal error.

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.