gov.nih.nci.caarray.services.exception
Class ObjectNotExistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.caarray.services.exception.ObjectNotExistException
All Implemented Interfaces:
java.io.Serializable

public class ObjectNotExistException
extends java.lang.Exception

This exception is used when an object cannot be found.

See Also:
Serialized Form

Constructor Summary
ObjectNotExistException()
          Creates a new default ObjectNotExistException
ObjectNotExistException(java.lang.String reason)
          Creates an ObjectNotExistException with the specified message.
 
Method Summary
 
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

ObjectNotExistException

public ObjectNotExistException()
Creates a new default ObjectNotExistException


ObjectNotExistException

public ObjectNotExistException(java.lang.String reason)
Creates an ObjectNotExistException with the specified message. The message provided will be available via the Exception.getMessage() method.

Parameters:
reason - - The reason this exception was thrown.