org.jboss.osgi.testing.internal
Class RemoteFrameworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.osgi.testing.internal.RemoteFrameworkException
All Implemented Interfaces:
Serializable

public class RemoteFrameworkException
extends RuntimeException

A remote OSGi Framework exception that should be thrown on unrecoverable errors.

Since:
18-Jan-2009
Author:
thomas.diesler@jboss.com
See Also:
Serialized Form

Constructor Summary
RemoteFrameworkException(String message)
           
RemoteFrameworkException(String message, Throwable cause)
           
RemoteFrameworkException(Throwable cause)
           
 
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

RemoteFrameworkException

public RemoteFrameworkException(String message)

RemoteFrameworkException

public RemoteFrameworkException(String message,
                                Throwable cause)

RemoteFrameworkException

public RemoteFrameworkException(Throwable cause)


Copyright © 2010. All Rights Reserved.