Class ValidationException

All Implemented Interfaces:
Serializable

public class ValidationException extends HazelcastException
This exception is thrown from ValueValidator implementations whenever the validation has not succeed for any reason.
See Also:
  • Constructor Details

    • ValidationException

      public ValidationException(String message)
    • ValidationException

      public ValidationException(String message, Throwable cause)
    • ValidationException

      public ValidationException(Throwable cause)