com.sun.management.oss
Class DuplicateKeyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.management.oss.DuplicateKeyException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateKeyException
extends java.lang.Exception

Similar to javax.ejb.DuplicateKeyException, except this is independant from J2EE.

This exception is thrown if the generated key already exists.

See Also:
Serialized Form

Constructor Summary
DuplicateKeyException()
           
DuplicateKeyException(java.lang.String message)
           
 
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

DuplicateKeyException

public DuplicateKeyException()

DuplicateKeyException

public DuplicateKeyException(java.lang.String message)