org.jboss.ejb3.common.registrar.spi
Class NotBoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.ejb3.common.registrar.spi.NotBoundException
- All Implemented Interfaces:
- java.io.Serializable
public class NotBoundException
- extends java.lang.RuntimeException
NotBoundException
Signals that an operation cannot complete because
a requested object could not be found
- 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 |
NotBoundException
public NotBoundException()
NotBoundException
public NotBoundException(java.lang.String message)
NotBoundException
public NotBoundException(java.lang.Throwable cause)
NotBoundException
public NotBoundException(java.lang.String message,
java.lang.Throwable cause)