public class SourceException
extends java.io.IOException
implements org.apache.avalon.framework.CascadingThrowable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Throwable |
m_throwable
The Throwable that caused this exception to be thrown.
|
| Constructor and Description |
|---|
SourceException(java.lang.String message)
Construct a new
SourceException instance. |
SourceException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new
SourceException instance. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Retrieve the cause of the exception.
|
private final java.lang.Throwable m_throwable
public SourceException(java.lang.String message)
SourceException instance.message - the detail message for this exception.public SourceException(java.lang.String message,
java.lang.Throwable throwable)
SourceException instance.message - the detail message for this exception.throwable - the root cause of the exception.