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

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

public class ObjectInUseException
extends java.lang.Exception

Author:
TranP
See Also:
Serialized Form

Constructor Summary
ObjectInUseException()
          Creates a new default ObjectInUseException
ObjectInUseException(java.lang.String reason)
          Creates an ObjectInUseException 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

ObjectInUseException

public ObjectInUseException()
Creates a new default ObjectInUseException


ObjectInUseException

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

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