net.openwings.install
Class InstallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.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 |
exception
protected java.lang.Exception exception
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.
getException
public java.lang.Exception getException()
- getException returns the original exception thrown.
- Returns:
- the original exception thrown