org.objectweb.jorm.naming.api
Class PExceptionExistingName

java.lang.Object
  extended byPException
      extended byorg.objectweb.jorm.naming.api.PExceptionNaming
          extended byorg.objectweb.jorm.naming.api.PExceptionExistingName

public class PExceptionExistingName
extends PExceptionNaming

This PException means that a existing PName is already used in a PNamingContext.

Author:
Sebastien Chassande-Barrioz
See Also:
Serialized Form

Constructor Summary
PExceptionExistingName(PException e, java.lang.String error)
           
PExceptionExistingName(java.lang.String error)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PExceptionExistingName

public PExceptionExistingName(java.lang.String error)

PExceptionExistingName

public PExceptionExistingName(PException e,
                              java.lang.String error)