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:
- Serializable
This exception is thrown from 
ValueValidator
 implementations whenever the validation has not succeeded for any reason.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionValidationException(String message) ValidationException(String message, Throwable cause) ValidationException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ValidationException
- 
ValidationException
- 
ValidationException
 
-