org.lexevs.exceptions
Class MissingResourceException

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

public class MissingResourceException
extends InternalException

An exception to throw when something that is required is not present.

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

Constructor Summary
MissingResourceException(java.lang.String message)
          Instantiates a new missing resource exception.
MissingResourceException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new missing resource 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

MissingResourceException

public MissingResourceException(java.lang.String message)
Instantiates a new missing resource exception.

Parameters:
message - the message

MissingResourceException

public MissingResourceException(java.lang.String message,
                                java.lang.Throwable cause)
Instantiates a new missing resource 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.