Package nz.org.riskscape.engine.resource
Class CreateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.engine.resource.CreateException
- All Implemented Interfaces:
Serializable
Thrown from ResourceFactory.create(CreateRequest)
and friends when something goes wrong with storing some
data
- See Also:
-
Constructor Summary
ConstructorDescriptionCreateException
(Throwable cause) CreateException
(Problem problem) CreateException
(Problem problem, Throwable cause) -
Method Summary
Methods inherited from class nz.org.riskscape.engine.RiskscapeException
getCause, getProblem, hasProblem
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CreateException
-
CreateException
-
CreateException
-