public class InvalidRequestException extends RuntimeException
| Constructor and Description |
|---|
InvalidRequestException(BlockscoreError error) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInvalidParam()
Gets the invalid parameters.
|
ValidationErrorType |
getValidationErrorCode()
Gets the validation error type.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidRequestException(@NotNull
BlockscoreError error)
@Nullable public String getInvalidParam()
@Nullable public ValidationErrorType getValidationErrorCode()