edu.internet2.middleware.grouper.util
Class PropertyDoesNotExistUnchecked
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.util.PropertyDoesNotExistUnchecked
- All Implemented Interfaces:
- java.io.Serializable
public class PropertyDoesNotExistUnchecked
- extends java.lang.RuntimeException
unchecked property does not exist exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertyDoesNotExistUnchecked
public PropertyDoesNotExistUnchecked()
PropertyDoesNotExistUnchecked
public PropertyDoesNotExistUnchecked(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
PropertyDoesNotExistUnchecked
public PropertyDoesNotExistUnchecked(java.lang.String message)
- Parameters:
message
-
PropertyDoesNotExistUnchecked
public PropertyDoesNotExistUnchecked(java.lang.Throwable cause)
- Parameters:
cause
-