org.jboss.kernel.spi.registry
Class KernelRegistryEntryAlreadyRegisteredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.kernel.spi.registry.KernelRegistryEntryAlreadyRegisteredException
All Implemented Interfaces:
Serializable

public class KernelRegistryEntryAlreadyRegisteredException
extends RuntimeException

Thrown when an invocation context does not exist

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

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

KernelRegistryEntryAlreadyRegisteredException

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

Parameters:
description - the description


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