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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.kuali.rice.core.api.exception.RiceIllegalStateException
All Implemented Interfaces:
Serializable

@WebFault(name="IllegalStateFault",
          targetNamespace="http://rice.kuali.org/core/v2_0")
public class RiceIllegalStateException
extends IllegalStateException

Subclass of IllegalStateException that has been annotated properly to be (un)marshalled as SOAP fault. This class should be used in place of IllegalStateException for all services to be exposed remotely within Rice.

See Also:
Serialized Form

Constructor Summary
RiceIllegalStateException()
           
RiceIllegalStateException(String s)
           
RiceIllegalStateException(String s, Throwable throwable)
           
RiceIllegalStateException(Throwable throwable)
           
 
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

RiceIllegalStateException

public RiceIllegalStateException()

RiceIllegalStateException

public RiceIllegalStateException(String s)

RiceIllegalStateException

public RiceIllegalStateException(String s,
                                 Throwable throwable)

RiceIllegalStateException

public RiceIllegalStateException(Throwable throwable)


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