com.rhi.architecture.cache
Class DuplicateObjectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended bycom.rhi.architecture.cache.CacheException
                  extended bycom.rhi.architecture.cache.DuplicateObjectException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class DuplicateObjectException
extends CacheException

DuplicateObjectException Class. Used by caching mechanism.

Since:
1.0
Author:
G Srinivas
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
DuplicateObjectException()
          Constructor
DuplicateObjectException(java.lang.String pMessage)
          Constructor
DuplicateObjectException(java.lang.String msg, java.lang.Throwable cause)
          Constructor
DuplicateObjectException(java.lang.Throwable cause)
          Constructor
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateObjectException

public DuplicateObjectException()
Constructor


DuplicateObjectException

public DuplicateObjectException(java.lang.String pMessage)
Constructor

Parameters:
pMessage -

DuplicateObjectException

public DuplicateObjectException(java.lang.Throwable cause)
Constructor

Parameters:
cause -

DuplicateObjectException

public DuplicateObjectException(java.lang.String msg,
                                java.lang.Throwable cause)
Constructor

Parameters:
msg -
cause -


Copyright © 2002-2004 Robert Half International. All Rights Reserved.