com.atlassian.plugin.osgi.container
Class OsgiContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.plugin.PluginException
                  extended by com.atlassian.plugin.osgi.container.OsgiContainerException
All Implemented Interfaces:
Serializable

public class OsgiContainerException
extends PluginException

Generic wrapper exception for any OSGi-related exceptions

See Also:
Serialized Form

Constructor Summary
OsgiContainerException()
           
OsgiContainerException(String s)
           
OsgiContainerException(String s, Throwable throwable)
           
OsgiContainerException(Throwable throwable)
           
 
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

OsgiContainerException

public OsgiContainerException()

OsgiContainerException

public OsgiContainerException(String s)

OsgiContainerException

public OsgiContainerException(String s,
                              Throwable throwable)

OsgiContainerException

public OsgiContainerException(Throwable throwable)


Copyright © 2012 Atlassian. All Rights Reserved.