Class ModuleStartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
org.palladiosimulator.protocom.framework.java.ee.modules.ModuleStartException
- All Implemented Interfaces:
Serializable
public class ModuleStartException
extends javax.ws.rs.WebApplicationException
Signals that a module was not able to start.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class javax.ws.rs.WebApplicationException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModuleStartException
public ModuleStartException()Constructs a new ModuleStartException object.
-