Class SDKPropertySaveException

All Implemented Interfaces:
Serializable

public class SDKPropertySaveException extends SDKSaveException
Exception used if a save fails on a specific property. Created by fpicot on 25/01/2017.
See Also:
  • Constructor Details

    • SDKPropertySaveException

      public SDKPropertySaveException(String message, String propertyName)
      Constructor
      Parameters:
      message - The translation message key
      propertyName - The name of the Property causing the error
  • Method Details

    • getPropertyName

      public String getPropertyName()