Class ReferenceAttributeDoesntExistException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.krad.exception.ReferenceAttributeDoesntExistException
All Implemented Interfaces:
Serializable

public class ReferenceAttributeDoesntExistException extends RuntimeException
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • ReferenceAttributeDoesntExistException

      public ReferenceAttributeDoesntExistException()
    • ReferenceAttributeDoesntExistException

      public ReferenceAttributeDoesntExistException(String message)
    • ReferenceAttributeDoesntExistException

      public ReferenceAttributeDoesntExistException(Throwable cause)
    • ReferenceAttributeDoesntExistException

      public ReferenceAttributeDoesntExistException(String message, Throwable cause)