Package org.apache.felix.webconsole.spi
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.felix.webconsole.spi.ValidationException
- All Implemented Interfaces:
Serializable
Deprecated.
The Apache Felix Webconsole is not supported in Cloud environments.
A
ConfigurationHandler
should throws a validation exception
if an operation is not allowed or not valid.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
Deprecated.Create validation exception- Parameters:
message
- The validation message
-