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.


Constructor Index

 o NetDeployError(String)
Constructs a NetDeployError object with the specified detail message.

Constructors

 o 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