Class PropertyDoesNotExistUnchecked
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.util.PropertyDoesNotExistUnchecked
- All Implemented Interfaces:
Serializable
unchecked property does not exist exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyDoesNotExistUnchecked(String message) PropertyDoesNotExistUnchecked(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyDoesNotExistUnchecked
public PropertyDoesNotExistUnchecked() -
PropertyDoesNotExistUnchecked
- Parameters:
message-cause-
-
PropertyDoesNotExistUnchecked
- Parameters:
message-
-
PropertyDoesNotExistUnchecked
- Parameters:
cause-
-