public class ResourceFinderException extends RuntimeException
Constructor and Description |
---|
ResourceFinderException()
Construct a new instance with the supplied message
|
ResourceFinderException(String message)
Construct a new instance with the supplied message
|
ResourceFinderException(String message,
Throwable cause)
Construct a new instance with the supplied message and cause
|
ResourceFinderException(Throwable cause)
Construct a new instance with the supplied cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceFinderException()
public ResourceFinderException(String message)
message
- the messagepublic ResourceFinderException(String message, Throwable cause)
message
- the messagecause
- the Throwable that caused the exception to be thrownpublic ResourceFinderException(Throwable cause)
cause
- the Throwable that caused the exception to be thrownCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.