FileDocCategorySizeDatePackage
CommandException.javaAPI DocExample1587Thu Dec 15 21:14:00 GMT 2005com.oreilly.jent.jndi

CommandException

public class CommandException extends Exception
CommandException: An exception thrown by a Command, wrapping the root NamingException.

Fields Summary
Exception
e
Constructors Summary
CommandException(Exception e, String message)

        super(message);
        this.e = e;
    
Methods Summary
public java.lang.ExceptiongetRootException()

        return e;