org.kuali.rice.core.api.exception
Class RiceIllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RiceIllegalStateException
public RiceIllegalStateException()
RiceIllegalStateException
public RiceIllegalStateException(String s)
RiceIllegalStateException
public RiceIllegalStateException(String s,
Throwable throwable)
RiceIllegalStateException
public RiceIllegalStateException(Throwable throwable)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.