Class BoxValidationException

All Implemented Interfaces:
Serializable

public class BoxValidationException extends BoxRuntimeException
This is exception is thrown when an attempt to validate inbound attributes or arguments fails. Validation upon these attributes or arguments is declared within the respective component or BIF.
See Also:
  • Constructor Details

    • BoxValidationException

      public BoxValidationException(String message)
      Constructor
      Parameters:
      message - The message
    • BoxValidationException

      public BoxValidationException(Key caller, Validatable record, String message)
      Constructor
      Parameters:
      message - The message
    • BoxValidationException

      public BoxValidationException(String message, Throwable cause)
      Constructor
      Parameters:
      message - The message
      cause - The cause