All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.netdeploy.NetDeployException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.beans.netdeploy.NetDeployException

public class NetDeployException
extends Exception
NetDeployException is a base class used to encapsulate all Network Deployment Exception classes.


Constructor Index

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

Constructors

 o NetDeployException
 public NetDeployException(String mesg)
Constructs a NetDeployException object with the specified detail message.

Parameters:
mesg - The detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index