public class ResourceLoadingException extends RuntimeException
Constructor and Description |
---|
ResourceLoadingException()
Constructor
|
ResourceLoadingException(String message)
Constructor
|
ResourceLoadingException(String message,
Throwable throwable)
Constructor
|
ResourceLoadingException(Throwable throwable)
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceLoadingException()
public ResourceLoadingException(String message, Throwable throwable)
message
- The messagethrowable
- The exceptionpublic ResourceLoadingException(String message)
message
- The messagepublic ResourceLoadingException(Throwable throwable)
throwable
- The exceptionCopyright © 2008-2015. All Rights Reserved.