Class RepositoryDataException

All Implemented Interfaces:
Serializable

public class RepositoryDataException extends RiceRuntimeException
A runtime exception which indicates an unrecoverable data issue in the rule repository.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • RepositoryDataException

      public RepositoryDataException()
      Default constructor
    • RepositoryDataException

      public RepositoryDataException(String message, Throwable cause)
      Parameters:
      message - the exception message
      cause - the root Throwable cause.
    • RepositoryDataException

      public RepositoryDataException(String message)
      Parameters:
      message - the exception message
    • RepositoryDataException

      public RepositoryDataException(Throwable cause)
      Parameters:
      cause - the root Throwable cause.