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:
- Serializable
public class ImmutableNameNotFoundException
- extends 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: 1044987 $
- Author:
- Remy Maucherat
- See Also:
- Serialized Form
ImmutableNameNotFoundException
public ImmutableNameNotFoundException()
appendRemainingComponent
public void appendRemainingComponent(String name)
- Overrides:
appendRemainingComponent
in class NamingException
appendRemainingName
public void appendRemainingName(Name name)
- Overrides:
appendRemainingName
in class NamingException
setRemainingName
public void setRemainingName(Name name)
- Overrides:
setRemainingName
in class NamingException
setResolvedName
public void setResolvedName(Name name)
- Overrides:
setResolvedName
in class NamingException
setRootCause
public void setRootCause(Throwable e)
- Overrides:
setRootCause
in class NamingException
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in class Throwable
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.