ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

org.jboss.shrinkwrap.impl.base
Class ExtensionLoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ExtensionLoadingException(String message)
           
ExtensionLoadingException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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

ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.