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
public class ExtensionLoadingException extends RuntimeException
ExtensionLoadingException This Unchecked Exception Class is thrown from theServiceExtensionLoader
when something wrong has happened that we can not recover from.- Version:
- $Revision: $
- Author:
- Ken Gullaksen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtensionLoadingException(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
-
-
-
-
Constructor Detail
-
ExtensionLoadingException
public ExtensionLoadingException(String message)
- Parameters:
message
- user-friendly description of why message is thrown
-
-