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, toStringpublic 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-2013 Seam Framework. All Rights Reserved.