Apache Tomcat 6.0.53

org.apache.naming.resources
Class ImmutableNameNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by javax.naming.NameNotFoundException
                  extended by org.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.

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)
           
 java.lang.Throwable fillInStackTrace()
           
 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
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)
Overrides:
appendRemainingComponent in class javax.naming.NamingException

appendRemainingName

public void appendRemainingName(javax.naming.Name name)
Overrides:
appendRemainingName in class javax.naming.NamingException

setRemainingName

public void setRemainingName(javax.naming.Name name)
Overrides:
setRemainingName in class javax.naming.NamingException

setResolverName

public void setResolverName(javax.naming.Name name)

setRootCause

public void setRootCause(java.lang.Throwable e)
Overrides:
setRootCause in class javax.naming.NamingException

fillInStackTrace

public java.lang.Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class java.lang.Throwable

Apache Tomcat 6.0.53

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