Class AtpRequestValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.qubership.atp.auth.springbootstarter.exceptions.AtpException
org.qubership.atp.auth.springbootstarter.exceptions.AtpRequestValidationException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=BAD_REQUEST,
reason="ATP-0004")
public class AtpRequestValidationException
extends AtpException
- See Also:
-
Field Summary
Fields inherited from class org.qubership.atp.auth.springbootstarter.exceptions.AtpException
DEFAULT_MESSAGE -
Constructor Summary
ConstructorsConstructorDescriptionAtpRequestValidationException(org.springframework.web.bind.MethodArgumentNotValidException e) Build AtpRequestValidationException with validation messages separated by comma. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AtpRequestValidationException
public AtpRequestValidationException(org.springframework.web.bind.MethodArgumentNotValidException e) Build AtpRequestValidationException with validation messages separated by comma.- Parameters:
e- MethodArgumentNotValidException faced.
-