org.jboss.mx.interceptor
Class InterceptorNameConflictException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.mx.interceptor.InterceptorNameConflictException
All Implemented Interfaces:
java.io.Serializable

public class InterceptorNameConflictException
extends java.lang.Exception

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

See Also:
AbstractInterceptor (src) , Serialized Form

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