Package org.jboss.weld.resources.spi
Class ResourceLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.weld.resources.spi.ResourceLoadingException
- All Implemented Interfaces:
Serializable
Exception thrown when errors occur while loading resource
- Author:
- Pete Muir
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorResourceLoadingException(String message) ConstructorResourceLoadingException(String message, Throwable throwable) ConstructorResourceLoadingException(Throwable throwable) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceLoadingException
public ResourceLoadingException()Constructor -
ResourceLoadingException
Constructor- Parameters:
message- The messagethrowable- The exception
-
ResourceLoadingException
Constructor- Parameters:
message- The message
-
ResourceLoadingException
Constructor- Parameters:
throwable- The exception
-