org.melati.poem.util
Class CacheDuplicationException

Package class diagram package CacheDuplicationException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.melati.poem.util.CacheDuplicationException
All Implemented Interfaces:
Serializable

public class CacheDuplicationException
extends IllegalArgumentException

Thrown should a duplicate entry be put in the Cache.

See Also:
Serialized Form

Constructor Summary
CacheDuplicationException()
           
CacheDuplicationException(String 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

CacheDuplicationException

public CacheDuplicationException()

CacheDuplicationException

public CacheDuplicationException(String message)


Copyright © 2000-2010 PanEris. All Rights Reserved.