Class RepositoryDataException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.core.api.exception.RiceRuntimeException
org.kuali.rice.krms.api.repository.RepositoryDataException
All Implemented Interfaces:
Serializable

public class RepositoryDataException extends org.kuali.rice.core.api.exception.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.