Openwings API Documentation (v1.1)

net.openwings.install
Class InstallException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.openwings.install.InstallException
All Implemented Interfaces:
java.io.Serializable

public class InstallException
extends java.lang.Exception

This class is an exception which is used by classes in the Install API to indicate a problem with the addition or removal of a component.

See Also:
Serialized Form

Field Summary
protected  java.lang.Exception exception
           
 
Constructor Summary
InstallException(java.lang.Exception e)
          InstallException constructs a DataServerException with the corresponding exception.
InstallException(java.lang.String s)
          InstallException constructs an InstallException with the corresponding error message.
 
Method Summary
 java.lang.Exception getException()
          getException returns the original exception thrown.
 
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
 

Field Detail

exception

protected java.lang.Exception exception
Constructor Detail

InstallException

public InstallException(java.lang.Exception e)
InstallException constructs a DataServerException with the corresponding exception.


InstallException

public InstallException(java.lang.String s)
InstallException constructs an InstallException with the corresponding error message.

Method Detail

getException

public java.lang.Exception getException()
getException returns the original exception thrown.

Returns:
the original exception thrown

Openwings API Documentation (v1.1)