edu.internet2.middleware.grouper.util
Class PropertyDoesNotExistUnchecked

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

public class PropertyDoesNotExistUnchecked
extends RuntimeException

unchecked property does not exist exception

See Also:
Serialized Form

Constructor Summary
PropertyDoesNotExistUnchecked()
           
PropertyDoesNotExistUnchecked(String message)
           
PropertyDoesNotExistUnchecked(String message, Throwable cause)
           
PropertyDoesNotExistUnchecked(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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 -