public class WSILException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Throwable |
throwable
Throwable.
|
| Constructor and Description |
|---|
WSILException()
Create an exception without a message.
|
WSILException(java.lang.String msg)
Create an exception with a message.
|
WSILException(java.lang.String msg,
java.lang.Throwable throwable)
Create an exception with a message and related exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Returns the String representation of this object's values.
|
java.lang.Throwable |
getTargetException()
Returns the exception that caused this exception to be created.
|
public WSILException()
public WSILException(java.lang.String msg)
msg - the exception messagepublic WSILException(java.lang.String msg,
java.lang.Throwable throwable)
msg - the exception messagethrowable - throwable that is related to this exceptionpublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.Throwable getTargetException()
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.