org.jboss.osgi.spi.framework
Class FrameworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FrameworkException
public FrameworkException(String message)
FrameworkException
public FrameworkException(String message,
Throwable cause)
FrameworkException
public FrameworkException(Throwable cause)
Copyright © 2011. All Rights Reserved.