Class EDMPolicyException

All Implemented Interfaces:
Serializable

public class EDMPolicyException extends EDMException
Custom exception representing violations of policies in EDM (Entity-Data-Model).
See Also:
  • Constructor Details

    • EDMPolicyException

      public EDMPolicyException(String message)
      Constructs an EDMPolicyException with the specified detail message.
      Parameters:
      message - The detail message associated with the exception.