org.apache.naming.resources
Class ImmutableNameNotFoundException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           javax.naming.NamingException
javax.naming.NamingException
               javax.naming.NameNotFoundException
javax.naming.NameNotFoundException
                   org.apache.naming.resources.ImmutableNameNotFoundException
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
 
| Fields inherited from class javax.naming.NamingException | 
| remainingName, resolvedName, resolvedObj, rootException | 
 
 
 
| 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 | 
 
ImmutableNameNotFoundException
public ImmutableNameNotFoundException()
appendRemainingComponent
public void appendRemainingComponent(java.lang.String name)
- 
- Overrides:
- appendRemainingComponentin class- javax.naming.NamingException
 
- 
 
appendRemainingName
public void appendRemainingName(javax.naming.Name name)
- 
- Overrides:
- appendRemainingNamein class- javax.naming.NamingException
 
- 
 
setRemainingName
public void setRemainingName(javax.naming.Name name)
- 
- Overrides:
- setRemainingNamein class- javax.naming.NamingException
 
- 
 
setResolverName
public void setResolverName(javax.naming.Name name)
- 
 
setRootCause
public void setRootCause(java.lang.Throwable e)
- 
- Overrides:
- setRootCausein class- javax.naming.NamingException
 
- 
 
fillInStackTrace
public java.lang.Throwable fillInStackTrace()
- 
- Overrides:
- fillInStackTracein class- java.lang.Throwable
 
- 
 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.