org.kuali.rice.krms.api.repository
Class RepositoryDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.rice.core.api.exception.RiceRuntimeException
                  extended by 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

Constructor Summary
RepositoryDataException()
           
RepositoryDataException(String message)
           
RepositoryDataException(String message, Throwable cause)
           
RepositoryDataException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryDataException

public RepositoryDataException()

RepositoryDataException

public RepositoryDataException(String message,
                               Throwable cause)

RepositoryDataException

public RepositoryDataException(String message)

RepositoryDataException

public RepositoryDataException(Throwable cause)


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.