org.objectweb.jorm.naming.api
Class PExceptionExistingName

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.jorm.api.PException
              extended byorg.objectweb.jorm.naming.api.PExceptionNaming
                  extended byorg.objectweb.jorm.naming.api.PExceptionExistingName
All Implemented Interfaces:
java.io.Serializable

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 org.objectweb.jorm.api.PException
getNestedException, print
 
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

PExceptionExistingName

public PExceptionExistingName(java.lang.String error)

PExceptionExistingName

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