All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eNetwork.beans.HOD.MacroException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.eNetwork.beans.HOD.MacroException

public class MacroException
extends Exception
Exception class thrown by the Host On-Demand Macro system


Constructor Index

 o MacroException()
Constructs an empty exception.
 o MacroException(String)
Constructs an exception with the given message.

Constructors

 o MacroException
 public MacroException()
Constructs an empty exception.

 o MacroException
 public MacroException(String msg)
Constructs an exception with the given message.

Parameters:
msg - message for the exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index