Class PolicyResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.core.orgmodelmanager.PolicyResolutionException
- All Implemented Interfaces:
Serializable
This
PolicyResolutionException is thrown by
PolicyResolution's methods when the provided OrgPolicy
(Bearbeiterformel) is syntactically or semantically incorrect.- Author:
- Patrick Schmidt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newPolicyResolutionExceptionwithnullas detail message.PolicyResolutionException(String message) Constructs a newPolicyResolutionExceptionwith the specified detail message.PolicyResolutionException(String message, Throwable cause) Constructs a newPolicyResolutionExceptionwith the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PolicyResolutionException
public PolicyResolutionException()Constructs a newPolicyResolutionExceptionwithnullas detail message. -
PolicyResolutionException
Constructs a newPolicyResolutionExceptionwith the specified detail message.- Parameters:
message- the detail message
-
PolicyResolutionException
Constructs a newPolicyResolutionExceptionwith the specified detail message and cause.- Parameters:
message- the detail messagecause- the cause of this exception
-