Package overit.geocall.edm.exceptions
Class EDMPolicyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
overit.geocall.edm.exceptions.EDMException
overit.geocall.edm.exceptions.EDMPolicyException
- All Implemented Interfaces:
Serializable
Custom exception representing violations of policies in EDM (Entity-Data-Model).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEDMPolicyException(String message) Constructs an EDMPolicyException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EDMPolicyException
Constructs an EDMPolicyException with the specified detail message.- Parameters:
message- The detail message associated with the exception.
-