Class 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:
    Serialized Form
    • Constructor Detail

      • 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