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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

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

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.