Class PolicyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.syncope.core.spring.policy.PolicyException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccountPolicyException
,PasswordPolicyException
public class PolicyException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PolicyException()
PolicyException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PolicyException
public PolicyException()
-
PolicyException
public PolicyException(String message)
-
-