Class InvalidPropertyValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.management.subsystems.InvalidPropertyValueException
All Implemented Interfaces:
Serializable

public class InvalidPropertyValueException extends org.alfresco.error.AlfrescoRuntimeException
Custom AlfrescoRuntimeException for invalid property values.
Author:
abalmus
See Also:
  • Constructor Details

    • InvalidPropertyValueException

      public InvalidPropertyValueException(String msgId)
      Creates a new InvalidPropertyValueException with custom message ID.
      Parameters:
      msgId -
    • InvalidPropertyValueException

      public InvalidPropertyValueException(String msgId, Object[] msgParams)
      Creates a new InvalidPropertyValueException with custom message ID and custom message parameters.
      Parameters:
      msgId -
      msgParams -