Package org.camunda.bpm.webapp.impl
Class IllegalWebAppConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.webapp.impl.IllegalWebAppConfigurationException
-
- All Implemented Interfaces:
Serializable
public class IllegalWebAppConfigurationException extends RuntimeException
Thrown if the webapp is configured incorrectly
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalWebAppConfigurationException(String string)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalWebAppConfigurationException
public IllegalWebAppConfigurationException(String string)
-
-