public class BundleNotFoundException
extends org.osgi.framework.BundleException
Constructor and Description |
---|
BundleNotFoundException()
Creates a new instance with no detail message.
|
BundleNotFoundException(java.lang.String message)
Creates a new instance with the given detail message.
|
BundleNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the given detail message and cause.
|
BundleNotFoundException(java.lang.Throwable cause)
Creates a new instance with the given cause.
|
getCause, getNestedException, getType, initCause
public BundleNotFoundException()
public BundleNotFoundException(@Nullable java.lang.String message)
public BundleNotFoundException(@Nullable java.lang.String message, @Nullable java.lang.Throwable cause)
public BundleNotFoundException(@Nullable java.lang.Throwable cause)