BundleException

Syntax

public class BundleException extends java.lang.Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.osgi.framework.BundleException
					

All Implemented Interfaces:

java.io.Serializable

Description

Exception from the framework to indicate a bundle life cycle problem occurred. It is created by the framework to denote an exception condition in the life cycle of a bundle. BundleExceptions should not be created by bundle programmers.

Member Summary
Constructors
publicBundleException(String)
 Create a bundle exception with the given message.
publicBundleException(String, Throwable)
 Create a bundle exception that wraps another exception.
Methods
public ThrowablegetNestedException()
 Retrieve any nested ...

Get Programming Open Service Gateways with Java Embedded Server™ Technology now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.