Package org.jboss.shrinkwrap.impl.base
Class ExtensionLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.shrinkwrap.impl.base.ExtensionLoadingException
- All Implemented Interfaces:
Serializable
ExtensionLoadingException This Unchecked Exception Class is thrown from the
ServiceExtensionLoader
when something wrong has happened that we can not
recover from.- Version:
- $Revision: $
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExtensionLoadingException
(String message) ExtensionLoadingException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ExtensionLoadingException
- Parameters:
message
- user-friendly description of why message is thrown
-
ExtensionLoadingException
- Parameters:
message
- user-friendly description of why message is throwncause
- Underlying cause, add this when using Exception Translation / rethrowing
-