| Package | Description |
|---|---|
| com.abiquo.event.interfaces | |
| com.abiquo.event.model.details | |
| com.abiquo.event.model.enumerations |
| 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. |
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. |
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. |
| Modifier and Type | Method and Description |
|---|---|
static ErrorScope |
ErrorScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorScope[] |
ErrorScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008-2020 Abiquo Holdings S.L.. All Rights Reserved.