org.jboss.mx.interceptor
Class InterceptorNameConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.mx.interceptor.InterceptorNameConflictException
All Implemented Interfaces:
Serializable

public class InterceptorNameConflictException
extends Exception

Exception thrown when attempting to register a shared interceptor with an already existing interceptor name.

Version:
$Revision: 57200 $
Author:
Juha Lindfors.
See Also:
AbstractInterceptor, Serialized Form

Constructor Summary
InterceptorNameConflictException()
           
InterceptorNameConflictException(String msg)
           
 
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

InterceptorNameConflictException

public InterceptorNameConflictException()

InterceptorNameConflictException

public InterceptorNameConflictException(String msg)


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