Package com.wavemaker.commons
Class ValidationFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.wavemaker.commons.WMRuntimeException
-
- com.wavemaker.commons.ValidationFailureException
-
- All Implemented Interfaces:
WMCommonException,java.io.Serializable
public class ValidationFailureException extends WMRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationFailureException(MessageResource resource, java.lang.Object... args)ValidationFailureException(MessageResource resource, org.springframework.http.HttpStatus httpStatus, java.lang.Object... args)ValidationFailureException(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.HttpStatusgetHttpStatus()-
Methods inherited from class com.wavemaker.commons.WMRuntimeException
getMessage, getMessageResourceHolder
-
-
-
-
Constructor Detail
-
ValidationFailureException
public ValidationFailureException(java.lang.String message)
-
ValidationFailureException
public ValidationFailureException(MessageResource resource, java.lang.Object... args)
-
ValidationFailureException
public ValidationFailureException(MessageResource resource, org.springframework.http.HttpStatus httpStatus, java.lang.Object... args)
-
-