org.jboss.ejb3.common.registrar.spi
Class DuplicateBindException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.ejb3.common.registrar.spi.DuplicateBindException
- All Implemented Interfaces:
- java.io.Serializable
public class DuplicateBindException
- extends java.lang.Exception
DuplicateBindException
Signals that a bind operation cannot complete because
a key is already bound
- See Also:
Ejb3Registrar},
Serialized Form
| 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 |
DuplicateBindException
public DuplicateBindException()
DuplicateBindException
public DuplicateBindException(java.lang.String message)
DuplicateBindException
public DuplicateBindException(java.lang.Throwable cause)
DuplicateBindException
public DuplicateBindException(java.lang.String message,
java.lang.Throwable cause)