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: $
See Also:
  • Field Details

  • Constructor Details

    • 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 thrown
      cause - Underlying cause, add this when using Exception Translation / rethrowing