Class NoSuchContextPropertyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.damap.base.rest.gdpr.exceptions.NoSuchContextPropertyException
All Implemented Interfaces:
Serializable

public class NoSuchContextPropertyException extends RuntimeException
NoSuchContextPropertyException class.
See Also:
  • Constructor Details

    • NoSuchContextPropertyException

      public NoSuchContextPropertyException(Class<?> clazz, String propertyName)
      Constructor for NoSuchContextPropertyException.
      Parameters:
      clazz - a Class object
      propertyName - a String object
    • NoSuchContextPropertyException

      public NoSuchContextPropertyException(String message)
      Constructor for NoSuchContextPropertyException.
      Parameters:
      message - a String object
    • NoSuchContextPropertyException

      public NoSuchContextPropertyException()
      Constructor for NoSuchContextPropertyException.