org.ow2.carol.rmi.interceptor.api
Class JDuplicateName

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.carol.rmi.interceptor.api.JDuplicateName
All Implemented Interfaces:
java.io.Serializable

public class JDuplicateName
extends java.lang.Exception

Exception JDuplicateName is the CAROL JRMP Interceptor Registering Exception This Exception occur when 2 Interceptors with the same name are registered

Version:
1.0, 15/07/2002
Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
See Also:
Serialized Form

Constructor Summary
JDuplicateName()
          EMPTY constructor
JDuplicateName(java.lang.String name)
          Constructor
JDuplicateName(java.lang.String name, java.lang.Throwable thr)
           
JDuplicateName(java.lang.Throwable thr)
           
 
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

JDuplicateName

public JDuplicateName()
EMPTY constructor


JDuplicateName

public JDuplicateName(java.lang.String name)
Constructor

Parameters:
name - The exception name

JDuplicateName

public JDuplicateName(java.lang.Throwable thr)

JDuplicateName

public JDuplicateName(java.lang.String name,
                      java.lang.Throwable thr)


Copyright © 2008 OW2 Consortium. All Rights Reserved.