FileDocCategorySizeDatePackage
NetAppException.javaAPI DocExample1301Sun Dec 14 22:47:38 GMT 2003oreilly.hcj.constants

NetAppException

public class NetAppException extends Exception
A demonstration of application exception type consants.
author
Robert Simmons jr. (kraythe)
version
$Revision: 1.3 $

Fields Summary
public static final int
NETWORK_UNDEFINED
An undefined network exception.
public static final int
NETWORK_SEVER_RESET
A network exception caused by the server droping us.
public static final int
NETWORK_INVALID_HOST_NAME
A network exception caused by undefined host name.
public static final int
LOGIC_BAD_PARAMETER
A bad parameter exception.
public static final int
LOGIC_AUTHORIZATION_FAILED
An exception caused by failed authorization.
Constructors Summary
Methods Summary