org.jasig.portal.url.processing
Class RequestParameterProcessingIncompleteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.jasig.portal.url.processing.RequestParameterProcessingIncompleteException
- All Implemented Interfaces:
- Serializable
public class RequestParameterProcessingIncompleteException
- extends IllegalStateException
Thrown by APIs that need request parameter processing to be complete before calling.
- Version:
- $Revision$
- Author:
- Eric Dalquist
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RequestParameterProcessingIncompleteException
public RequestParameterProcessingIncompleteException(String message,
Throwable cause)
- See Also:
IllegalStateException.IllegalStateException(String, Throwable)
RequestParameterProcessingIncompleteException
public RequestParameterProcessingIncompleteException(String s)
- See Also:
IllegalStateException.IllegalStateException(String)
RequestParameterProcessingIncompleteException
public RequestParameterProcessingIncompleteException(Throwable cause)
- See Also:
IllegalStateException.IllegalStateException(Throwable)
Copyright © 2010 Jasig. All Rights Reserved.