public class ResourceFinderException
extends java.lang.RuntimeException
Constructor and Description |
---|
ResourceFinderException()
Construct a new instance with the supplied message
|
ResourceFinderException(java.lang.String message)
Construct a new instance with the supplied message
|
ResourceFinderException(java.lang.String message,
java.lang.Throwable cause)
Construct a new instance with the supplied message and cause
|
ResourceFinderException(java.lang.Throwable cause)
Construct a new instance with the supplied cause
|
public ResourceFinderException()
public ResourceFinderException(java.lang.String message)
message
- the messagepublic ResourceFinderException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the Throwable that caused the exception to be thrownpublic ResourceFinderException(java.lang.Throwable cause)
cause
- the Throwable that caused the exception to be thrown