All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.netdeploy.NetDeployInternalError

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Error
                   |
                   +----com.ibm.beans.netdeploy.NetDeployError
                           |
                           +----com.ibm.beans.netdeploy.NetDeployInternalError

public class NetDeployInternalError
extends NetDeployError
NetDeployInternalError is used by Network Deployment when an internal error is encountered. Such an error is most likely fatal.


Constructor Index

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

Constructors

 o NetDeployInternalError
 public NetDeployInternalError(String s)
Constructs a NetDeployInternalError with the specified detail message.

Parameters:
s - The detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index