org.apache.naming.resources
Class ImmutableNameNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.NameNotFoundException
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.
- Version:
- $Revision: 1061405 $
- 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)
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)
fillInStackTrace
public java.lang.Throwable fillInStackTrace()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.