org.jboss.ejb3.common.registrar.spi
Class DuplicateBindException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.ejb3.common.registrar.spi.DuplicateBindException
All Implemented Interfaces:
Serializable

public class DuplicateBindException
extends Exception

DuplicateBindException Signals that a bind operation cannot complete because a key is already bound

Version:
$Revision: $
Author:
ALR
See Also:
Ejb3Registrar}, Serialized Form

Constructor Summary
DuplicateBindException()
           
DuplicateBindException(String message)
           
DuplicateBindException(String message, Throwable cause)
           
DuplicateBindException(Throwable cause)
           
 
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

DuplicateBindException

public DuplicateBindException()

DuplicateBindException

public DuplicateBindException(String message)

DuplicateBindException

public DuplicateBindException(Throwable cause)

DuplicateBindException

public DuplicateBindException(String message,
                              Throwable cause)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.