org.jasig.portal.url.processing
Class RequestParameterProcessingIncompleteException

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.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

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

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.