Uses of Class
org.gcube.vremanagement.resourcebroker.impl.planbuilders.PlanExceptionMessages

Packages that use PlanExceptionMessages
org.gcube.vremanagement.resourcebroker.impl.planbuilders   
 

Uses of PlanExceptionMessages in org.gcube.vremanagement.resourcebroker.impl.planbuilders
 

Methods in org.gcube.vremanagement.resourcebroker.impl.planbuilders that return PlanExceptionMessages
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.
 

Constructors in org.gcube.vremanagement.resourcebroker.impl.planbuilders with parameters of type PlanExceptionMessages
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)