org.apache.naming.resources
Class ImmutableNameNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.naming.NamingException
              extended byjavax.naming.NameNotFoundException
                  extended byorg.apache.naming.resources.ImmutableNameNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ImmutableNameNotFoundException
extends javax.naming.NameNotFoundException

Immutable exception to avoid useless object creation by the proxy context. This should be used only by the proxy context. Actual contexts should return properly populated exceptions.

Version:
$Revision: 466595 $
Author:
Remy Maucherat
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
ImmutableNameNotFoundException()
           
 
Method Summary
 void appendRemainingComponent(java.lang.String name)
           
 void appendRemainingName(javax.naming.Name name)
           
 void setRemainingName(javax.naming.Name name)
           
 void setResolverName(javax.naming.Name name)
           
 void setRootCause(java.lang.Throwable e)
           
 
Methods inherited from class javax.naming.NamingException
getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setResolvedName, setResolvedObj, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImmutableNameNotFoundException

public ImmutableNameNotFoundException()
Method Detail

appendRemainingComponent

public void appendRemainingComponent(java.lang.String name)

appendRemainingName

public void appendRemainingName(javax.naming.Name name)

setRemainingName

public void setRemainingName(javax.naming.Name name)

setResolverName

public void setResolverName(javax.naming.Name name)

setRootCause

public void setRootCause(java.lang.Throwable e)


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.