Class CreateException

All Implemented Interfaces:
Serializable

public class CreateException extends RiskscapeException

Thrown from ResourceFactory.create(CreateRequest) and friends when something goes wrong with storing some data

See Also:
  • Constructor Details

    • CreateException

      public CreateException(Problem problem)
    • CreateException

      public CreateException(Problem problem, Throwable cause)
    • CreateException

      public CreateException(Throwable cause)