org.apache.servicemix.jbi.deployer.impl
Class PendingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.servicemix.jbi.deployer.impl.PendingException
All Implemented Interfaces:
Serializable

public class PendingException
extends Exception

See Also:
Serialized Form

Constructor Summary
PendingException(org.osgi.framework.Bundle bundle, String msg)
           
 
Method Summary
 org.osgi.framework.Bundle getBundle()
           
 
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

PendingException

public PendingException(org.osgi.framework.Bundle bundle,
                        String msg)
Method Detail

getBundle

public org.osgi.framework.Bundle getBundle()


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.