| Package | Description |
|---|---|
| com.abiquo.event.interfaces | |
| com.abiquo.event.model.details |
| Modifier and Type | Method and Description |
|---|---|
void |
Traceable.error(EntityAction.Action<?> action,
ID identity,
java.util.Optional<java.lang.Integer> enterpriseId,
AbiquoError abiquoError,
ErrorScope scope)
Generates and traces a
Event which is performed over a ID. |
void |
Traceable.error(EntityAction.Action<?> action,
ID identity,
java.util.Optional<java.lang.Integer> enterpriseId,
AbiquoError abiquoError,
ErrorScope scope,
EventDetails details)
Generates and traces a
Event which is performed over a ID. |
void |
Traceable.error(EntityAction.Action<?> action,
ID identity,
java.util.Optional<java.lang.Integer> enterpriseId,
AbiquoError abiquoError,
java.lang.Throwable e,
ErrorScope scope)
Generates and traces a
Event which is performed over a ID. |
void |
Traceable.error(EntityAction.Action<?> action,
ID identity,
java.util.Optional<java.lang.Integer> enterpriseId,
AbiquoError abiquoError,
java.lang.Throwable e,
ErrorScope scope,
EventDetails details)
Generates and traces a
Event which is performed over a ID. |
void |
Traceable.error(EntityAction.Action<?> action,
java.util.Optional<java.lang.Integer> enterpriseId,
AbiquoError abiquoError,
ErrorScope scope)
Generates and traces a
Event which is performed over a ID. |
void |
Traceable.error(EntityAction.Action<?> action,
java.util.Optional<java.lang.Integer> enterpriseId,
AbiquoError abiquoError,
ErrorScope scope,
EventDetails details)
Generates and traces a
Event which is performed over a ID. |
void |
Traceable.error(EntityAction.Action<?> action,
java.util.Optional<java.lang.Integer> enterpriseId,
AbiquoError apiError,
ErrorScope scope,
EventDetails details,
java.lang.String entityUri)
Generates and traces a
Event which is performed over a ID. |
void |
Traceable.error(EntityAction.Action<?> action,
java.util.Optional<java.lang.Integer> enterpriseId,
AbiquoError abiquoError,
java.lang.Throwable e,
ErrorScope scope)
Generates and traces a
Event which is performed over a ID. |
void |
Traceable.error(EntityAction.Action<?> action,
java.util.Optional<java.lang.Integer> enterpriseId,
AbiquoError abiquoError,
java.lang.Throwable e,
ErrorScope scope,
EventDetails details)
Generates and traces a
Event which is performed over a ID. |
| Modifier and Type | Method and Description |
|---|---|
static ErrorDetails.Builder<?,ErrorDetails> |
ErrorDetails.builder(AbiquoError error,
ErrorScope scope)
Returns a builder instance for
ErrorDetails with the required parameters
AbiquoError error and ErrorScope scope. |
static ErrorDetails.Builder<?,ErrorDetails> |
ErrorDetails.builder(AbiquoError error,
ErrorScope scope,
java.lang.Throwable stacktrace)
Returns a builder instance for
ErrorDetails with the required parameters
AbiquoError error and ErrorScope scope and the optional parameter stacktrace
of the Throwable. |
B |
ErrorDetails.Builder.error(AbiquoError error) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorDetails.Builder<?,ErrorDetails> |
ErrorDetails.builder(java.util.List<AbiquoError> errors,
ErrorScope scope)
Returns a builder instance for
ErrorDetails with the required parameters
AbiquoError errors and ErrorScope scope. |
static ErrorDetails.Builder<?,ErrorDetails> |
ErrorDetails.builder(java.util.List<AbiquoError> errors,
ErrorScope scope,
java.lang.Throwable stacktrace)
Returns a builder instance for
ErrorDetails with the required parameters
AbiquoError errors and ErrorScope scope and the optional parameter stacktrace
of the Throwable. |
| Constructor and Description |
|---|
Builder(AbiquoError error,
ErrorScope scope)
Initializes the builder with the required parameters
AbiquoError error and
ErrorScope scope. |
Builder(AbiquoError error,
ErrorScope scope,
java.lang.Throwable throwable)
Initializes the builder with the required parameters
AbiquoError error and
ErrorScope scope and the optional parameter stacktrace of the Throwable. |
| Constructor and Description |
|---|
Builder(java.util.List<AbiquoError> errors,
ErrorScope scope)
Initializes the builder with the required parameters
AbiquoError errors and
ErrorScope scope. |
Builder(java.util.List<AbiquoError> errors,
ErrorScope scope,
java.lang.Throwable throwable)
Initializes the builder with the required parameters
AbiquoError errors and
ErrorScope scope and the optional parameter stacktrace of the Throwable. |
Copyright © 2008-2020 Abiquo Holdings S.L.. All Rights Reserved.