Class AtpIllegalNullableArgumentException
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.AtpIllegalNullableArgumentException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=NOT_FOUND,
reason="ATP-0002")
public class AtpIllegalNullableArgumentException
extends AtpException
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault parametrized message with Reference field name and EntityName parameters. -
Constructor Summary
ConstructorsConstructorDescriptionException with fixed message.AtpIllegalNullableArgumentException(String field, String entity) Exception with parametrized message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DEFAULT_MESSAGE
Default parametrized message with Reference field name and EntityName parameters.- See Also:
-
-
Constructor Details
-
AtpIllegalNullableArgumentException
Exception with fixed message.- Parameters:
message- String exception message.
-
AtpIllegalNullableArgumentException
Exception with parametrized message. Example: Found illegal nullable execution request id for the validated Environment Info.- Parameters:
field- Reference field nameentity- Entity name.
-