public class EDMExceptionPojo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EDMExceptionPojo.Builder
Builder class for
EDMExceptionPojo objects. |
| Modifier | Constructor and Description |
|---|---|
protected |
EDMExceptionPojo(EEDMExceptionType eExceptionType,
EToopErrorSeverity eSeverity,
String sErrorMessage,
String sErrorDetail,
String sErrorCode,
LocalDateTime aTimestamp,
String sErrorOrigin) |
| Modifier and Type | Method and Description |
|---|---|
static EDMExceptionPojo.Builder |
builder() |
static EDMExceptionPojo.Builder |
builder(eu.toop.regrep.rs.RegistryExceptionType a) |
boolean |
equals(Object o) |
eu.toop.regrep.rs.RegistryExceptionType |
getAsRegistryException() |
String |
getErrorCode() |
String |
getErrorDetails() |
String |
getErrorMessage() |
String |
getErrorOrigin() |
EEDMExceptionType |
getExceptionType() |
EToopErrorSeverity |
getSeverity() |
LocalDateTime |
getTimestamp() |
int |
hashCode() |
String |
toString() |
protected EDMExceptionPojo(@Nonnull EEDMExceptionType eExceptionType, @Nonnull EToopErrorSeverity eSeverity, @Nonnull String sErrorMessage, @Nullable String sErrorDetail, @Nullable String sErrorCode, @Nonnull LocalDateTime aTimestamp, @Nullable String sErrorOrigin)
@Nonnull public final EEDMExceptionType getExceptionType()
@Nonnull public final EToopErrorSeverity getSeverity()
@Nonnull public final LocalDateTime getTimestamp()
@Nonnull public eu.toop.regrep.rs.RegistryExceptionType getAsRegistryException()
@Nonnull public static EDMExceptionPojo.Builder builder()
@Nonnull public static EDMExceptionPojo.Builder builder(@Nullable eu.toop.regrep.rs.RegistryExceptionType a)
Copyright © 2020 toop.eu. All rights reserved.