org.kuali.rice.krms.api.repository
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 RiceRuntimeException
A runtime exception which indicates an unrecoverable data issue in the
rule repository.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RepositoryDataException
public RepositoryDataException()
- Default constructor
RepositoryDataException
public RepositoryDataException(String message,
Throwable cause)
- Parameters:
message
- the exception messagecause
- 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.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.