All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.netdeploy.NetDeployError
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Error
|
+----com.ibm.beans.netdeploy.NetDeployError
- public class NetDeployError
- extends Error
NetDeployError is a base class used to
encapsulate all Network Deployment Error classes.
-
NetDeployError(String)
- Constructs a NetDeployError object with the specified
detail message.
NetDeployError
public NetDeployError(String mesg)
- Constructs a NetDeployError object with the specified
detail message.
- Parameters:
- mesg - The detail message.
All Packages Class Hierarchy This Package Previous Next Index