org.jboss.kernel.spi.registry
Class KernelRegistryEntryNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jboss.kernel.spi.registry.KernelRegistryEntryNotFoundException
All Implemented Interfaces:
Serializable

public class KernelRegistryEntryNotFoundException
extends RuntimeException

Thrown when an invocation context does not exist

Version:
$Revision: 1.2 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
KernelRegistryEntryNotFoundException(String description)
          Create a new invocation context not found exception
 
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

KernelRegistryEntryNotFoundException

public KernelRegistryEntryNotFoundException(String description)
Create a new invocation context not found exception

Parameters:
description - the description


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.