org.kuali.rice.core.api.exception
Class RiceRuntimeException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, EngineResourceUnavailableException, IncompatibleTypeException, MethodAccessException, RepositoryDataException, ResourceLoaderException, RiceRemoteServiceConnectionException, SqlBuilder.SQLBuilderException, TermResolutionException, ValidationPattern.ValidationPatternException, XmlIngestionException

@WebFault(targetNamespace="http://rice.kuali.org/core/v2_0",
          name="RiceRuntimeFault")
public class RiceRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
RiceRuntimeException()
           
RiceRuntimeException(String message)
           
RiceRuntimeException(String message, Throwable cause)
           
RiceRuntimeException(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

RiceRuntimeException

public RiceRuntimeException(String message)

RiceRuntimeException

public RiceRuntimeException()

RiceRuntimeException

public RiceRuntimeException(String message,
                            Throwable cause)

RiceRuntimeException

public RiceRuntimeException(Throwable cause)


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.