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:
- Serializable
public class NotBoundException
- extends RuntimeException
NotBoundException
Signals that an operation cannot complete because
a requested object could not be found
- Version:
- $Revision: $
- Author:
- ALR
- See Also:
Ejb3Registrar}
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotBoundException
public NotBoundException()
NotBoundException
public NotBoundException(String message)
NotBoundException
public NotBoundException(Throwable cause)
NotBoundException
public NotBoundException(String message,
Throwable cause)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.