Package com.hazelcast.config.properties
Class ValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hazelcast.core.HazelcastException
-
- com.hazelcast.config.properties.ValidationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValidationException extends HazelcastException
This exception is thrown fromValueValidator
implementations whenever the validation has not succeed for any reason.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationException(java.lang.String message)
ValidationException(java.lang.String message, java.lang.Throwable cause)
ValidationException(java.lang.Throwable cause)
-