Class PropertyDoesNotExistUnchecked

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.util.PropertyDoesNotExistUnchecked
All Implemented Interfaces:
Serializable

public class PropertyDoesNotExistUnchecked extends RuntimeException
unchecked property does not exist exception
See Also:
  • Constructor Details

    • PropertyDoesNotExistUnchecked

      public PropertyDoesNotExistUnchecked()
    • PropertyDoesNotExistUnchecked

      public PropertyDoesNotExistUnchecked(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • PropertyDoesNotExistUnchecked

      public PropertyDoesNotExistUnchecked(String message)
      Parameters:
      message -
    • PropertyDoesNotExistUnchecked

      public PropertyDoesNotExistUnchecked(Throwable cause)
      Parameters:
      cause -