Class PolicyResolutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.core.orgmodelmanager.PolicyResolutionException
All Implemented Interfaces:
Serializable

public class PolicyResolutionException extends Exception
This PolicyResolutionException is thrown by PolicyResolution's methods when the provided OrgPolicy (Bearbeiterformel) is syntactically or semantically incorrect.
Author:
Patrick Schmidt
See Also:
  • Constructor Details

    • PolicyResolutionException

      public PolicyResolutionException()
      Constructs a new PolicyResolutionException with null as detail message.
    • PolicyResolutionException

      public PolicyResolutionException(String message)
      Constructs a new PolicyResolutionException with the specified detail message.
      Parameters:
      message - the detail message
    • PolicyResolutionException

      public PolicyResolutionException(String message, Throwable cause)
      Constructs a new PolicyResolutionException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of this exception