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()
          Default constructor
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()
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.


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