FileDocCategorySizeDatePackage
NetAppException2.javaAPI DocExample2013Sun Dec 14 22:47:40 GMT 2003oreilly.hcj.constants

NetAppException2

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

Fields Summary
public static final NetAppException2
NETWORK_UNDEFINED
An undefined network exception.
public static final NetAppException2
NETWORK_SEVER_RESET
A network exception caused by the server droping us.
public static final NetAppException2
NETWORK_INVALID_HOST_NAME
A network exception caused by undefined host name.
public static final NetAppException2
LOGIC_BAD_PARAMETER
A bad parameter exception.
public static final NetAppException2
LOGIC_AUTHORIZATION_FAILED
An exception caused by failed authorization.
private final String
name
Holds the name of this constant.
Constructors Summary
private NetAppException2(String name)
Creates a new ExceptionType2 object.

param
name The name for the exception type.


	              	 
	    
		this.name = name;
	
Methods Summary
public java.lang.StringgetName()
Get the name of this exception type.

return
The name of the exception.

		return this.name;