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 the ServiceExtensionLoader
when something wrong has happened that we can not recover from.
- Version:
- $Revision: $
- Author:
- Ken Gullaksen
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExtensionLoadingException
public ExtensionLoadingException(String message)
- Parameters:
message
- user-friendly description of why message is thrown
ExtensionLoadingException
public ExtensionLoadingException(String message,
Throwable cause)
- Parameters:
message
- user-friendly description of why message is throwncause
- Underlying cause, add this when using Exception Translation / rethrowing
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.