Class PropertyException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BlobNotFoundException, InvalidPropertyValueException, PropertyNotFoundException, ReadOnlyPropertyException

public class PropertyException extends NuxeoException
Base exception thrown when there is a problem accessing a property.
See Also:
  • Constructor Details

    • PropertyException

      public PropertyException()
    • PropertyException

      public PropertyException(int statusCode)
      Since:
      11.1
    • PropertyException

      public PropertyException(String message)
    • PropertyException

      public PropertyException(String message, int statusCode)
      Since:
      11.1
    • PropertyException

      public PropertyException(String message, Throwable cause)
    • PropertyException

      public PropertyException(String message, Throwable cause, int statusCode)
      Since:
      11.1
    • PropertyException

      public PropertyException(Throwable cause)
    • PropertyException

      public PropertyException(Throwable cause, int statusCode)
      Since:
      11.