org.jboss.osgi.spi.framework
Class FrameworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.osgi.spi.framework.FrameworkException
All Implemented Interfaces:
Serializable

public class FrameworkException
extends RuntimeException

An OSGi Framework Exception that should be thrown on unrecoverable errors.

Since:
18-Jan-2009
Author:
thomas.diesler@jboss.com
See Also:
Serialized Form

Constructor Summary
FrameworkException(String message)
           
FrameworkException(String message, Throwable cause)
           
FrameworkException(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

FrameworkException

public FrameworkException(String message)

FrameworkException

public FrameworkException(String message,
                          Throwable cause)

FrameworkException

public FrameworkException(Throwable cause)


Copyright © 2011. All Rights Reserved.