planetj.servlet.wrapper
Class NoOverwriteMap.OverwriteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--planetj.servlet.wrapper.NoOverwriteMap.OverwriteException
All Implemented Interfaces:
Serializable
Enclosing class:
NoOverwriteMap

public static class NoOverwriteMap.OverwriteException
extends IllegalArgumentException

See Also:
Serialized Form

Constructor Summary
NoOverwriteMap.OverwriteException(Object key)
           
 
Method Summary
 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(Object key)
Method Detail

getDuplicateKey

public Object getDuplicateKey()