org.jboss.osgi.testing.internal
Class RemoteFrameworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RemoteFrameworkException
public RemoteFrameworkException(String message)
RemoteFrameworkException
public RemoteFrameworkException(String message,
Throwable cause)
RemoteFrameworkException
public RemoteFrameworkException(Throwable cause)
Copyright © 2010. All Rights Reserved.