Class PolicyResolutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.aristaflow.ilm.util.IlmException
-
- de.aristaflow.ilm.core.orgmodelmanager.PolicyResolutionException
-
- All Implemented Interfaces:
de.aristaflow.adept2.model.communication.webservice.StackSuppressingException
,Serializable
public class PolicyResolutionException extends IlmException
- See Also:
PolicyResolutionException
, Serialized Form
-
-
Field Summary
-
Fields inherited from class de.aristaflow.ilm.util.IlmException
causeClass, message, serverLogId, subClass, suppressStack
-
-
Constructor Summary
Constructors Constructor Description PolicyResolutionException()
The constructor required for bean deserialisation.PolicyResolutionException(PolicyResolutionException pre)
-
Method Summary
-
Methods inherited from class de.aristaflow.ilm.util.IlmException
getCause, getIlmStackTrace, getLocalizedMessage, getLogId, getMessage, getStackTrace, setLogId, setStackTrace, setSuppressStack
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
PolicyResolutionException
public PolicyResolutionException()
The constructor required for bean deserialisation.
-
PolicyResolutionException
public PolicyResolutionException(@NotNull PolicyResolutionException pre)
-
-