Package org.eclipse.tycho.p2.tools
Class FacadeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.tycho.p2.tools.FacadeException
-
- All Implemented Interfaces:
Serializable
public class FacadeException extends Exception
Wrapper for checked exceptions from the OSGi world.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FacadeException(String message)
FacadeException(String message, Throwable exception)
FacadeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-