com.ibm.eNetwork.beans.HOD
Class MacroException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.eNetwork.beans.HOD.MacroException
All Implemented Interfaces:
java.io.Serializable

public class MacroException
extends java.lang.Exception

Exception class thrown by the Host On-Demand Macro system

See Also:
Serialized Form

Constructor Summary
MacroException()
          Constructs an empty exception.
MacroException(java.lang.String msg)
          Constructs an exception with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MacroException

public MacroException()
Constructs an empty exception.

MacroException

public MacroException(java.lang.String msg)
Constructs an exception with the given message.
Parameters:
msg - message for the exception