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
-
MacroException()
- Constructs an empty exception.
-
MacroException(String)
- Constructs an exception with the given message.
MacroException
public MacroException()
- Constructs an empty exception.
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