public class PolicyResolutionException
extends java.lang.Exception
PolicyResolutionException is thrown by
PolicyResolution's methods when the provided OrgPolicy
(Bearbeiterformel) is syntactically or semantically incorrect.| Constructor and Description |
|---|
PolicyResolutionException()
Constructs a new
PolicyResolutionException with
null as detail message. |
PolicyResolutionException(java.lang.String message)
Constructs a new
PolicyResolutionException with the
specified detail message. |
PolicyResolutionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
PolicyResolutionException with the
specified detail message and cause. |
public PolicyResolutionException()
PolicyResolutionException with
null as detail message.public PolicyResolutionException(java.lang.String message)
PolicyResolutionException with the
specified detail message.message - the detail messagepublic PolicyResolutionException(java.lang.String message,
java.lang.Throwable cause)
PolicyResolutionException with the
specified detail message and cause.message - the detail messagecause - the cause of this exception