Package | Description |
---|---|
org.gcube.vremanagement.resourcebroker.impl.planbuilders |
Modifier and Type | Method and Description |
---|---|
static PlanExceptionMessages |
PlanExceptionMessages.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlanExceptionMessages[] |
PlanExceptionMessages.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PlanBuilderException(PlanExceptionMessages errCode) |
PlanBuilderException(PlanExceptionMessages errCode,
PackageGroup position)
If during the deployment phase the exception is thrown in a well precise
PackageGroup node, it is passed here as parameter so that the error message
of the returned
org.gcube.vremanagement.resourcebroker.utils.serialization.types.PlanResponse
gives a detailed information about the node where the failure has arisen. |
PlanBuilderException(PlanExceptionMessages errCode,
PackageGroup position,
java.lang.String message)
Similar to the
PlanBuilderException.PlanBuilderException(PlanExceptionMessages, PackageGroup)
with an additional parameter giving additional information about the failure. |
PlanBuilderException(PlanExceptionMessages errCode,
java.lang.String message) |