Class StoreFormMetaValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.formstore.StoreFormMetaValidationException
All Implemented Interfaces:
Serializable

public class StoreFormMetaValidationException extends Exception
Exception thrown when a form store meta could not be validated, see StoreFormMetaValidationException.
Since:
8.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • StoreFormMetaValidationException

      public StoreFormMetaValidationException(String message, Throwable cause)
      Parameters:
      message - Message describing the validation failure in more detail.
      cause - Underlying exception that caused the validation to fail.
    • StoreFormMetaValidationException

      public StoreFormMetaValidationException(String message)
      Parameters:
      message - Message describing the validation failure in more detail.
    • StoreFormMetaValidationException

      public StoreFormMetaValidationException(Throwable cause)
      Parameters:
      cause - Underlying exception that caused the validation to fail.