Class ValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(since="2021-04-30")
    public class ValidationException
    extends java.lang.Exception
    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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ValidationException​(java.lang.String message)
      Deprecated.
      Create validation exception
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ValidationException

        public ValidationException​(java.lang.String message)
        Deprecated.
        Create validation exception
        Parameters:
        message - The validation message