planetj.servlet.wrapper
Class NoOverwriteMap.OverwriteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byplanetj.servlet.wrapper.NoOverwriteMap.OverwriteException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
NoOverwriteMap

public static class NoOverwriteMap.OverwriteException
extends java.lang.IllegalArgumentException

See Also:
Serialized Form

Constructor Summary
NoOverwriteMap.OverwriteException(java.lang.Object key)
           
 
Method Summary
 java.lang.Object getDuplicateKey()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoOverwriteMap.OverwriteException

public NoOverwriteMap.OverwriteException(java.lang.Object key)
Method Detail

getDuplicateKey

public java.lang.Object getDuplicateKey()