public class SourceNotFoundException extends SourceException
| Constructor and Description |
|---|
SourceNotFoundException(java.lang.String message)
Construct a new
SourceNotFoundException instance. |
SourceNotFoundException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new
SourceNotFoundException instance. |
getCausepublic SourceNotFoundException(java.lang.String message)
SourceNotFoundException instance.message - The detail message for this exception.public SourceNotFoundException(java.lang.String message,
java.lang.Throwable throwable)
SourceNotFoundException instance.message - The detail message for this exception.throwable - the root cause of the exception