com.ibm.events.install
Class InstallValidationException

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

public class InstallValidationException
extends InstallException

This exception is thrown by the InstallUtilFactory when supplied WAS home is incorrect. It is also thrown by other install classes when a Validation error occurs

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

Constructor Summary
InstallValidationException()
          Constructs a InstallValidationException
InstallValidationException(java.lang.String msg)
          Constructs a InstallValidationException 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

InstallValidationException

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

Parameters:
msg - the detail message

InstallValidationException

public InstallValidationException()
Constructs a InstallValidationException