Package fr.dyade.aaa.jndi2.msg
Class JndiError
- java.lang.Object
-
- fr.dyade.aaa.jndi2.msg.JndiReply
-
- fr.dyade.aaa.jndi2.msg.JndiError
-
- All Implemented Interfaces:
Serializable
public class JndiError extends JndiReply
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private NamingExceptionexcprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description JndiError(NamingException exc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamingExceptiongetException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
exc
private NamingException exc
-
-
Constructor Detail
-
JndiError
public JndiError(NamingException exc)
-
-
Method Detail
-
getException
public final NamingException getException()
-
-