com.ibm.events.install
Class InstallException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.events.install.InstallException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InstallValidationException

public class InstallException
extends java.lang.Exception

This is the base exception that all install exceptions should extend.

Since:
5.1.0
Version:
1.4 1/10/06
See Also:
Serialized Form

Constructor Summary
InstallException()
          Constructs a InstallException
InstallException(java.lang.String msg)
          Constructs a InstallException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstallException

public InstallException(java.lang.String msg)
Constructs a InstallException with the specified detail message.

Parameters:
msg - the detail message

InstallException

public InstallException()
Constructs a InstallException