edu.internet2.middleware.grouper.ui.exceptions
Class ControllerDone

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.internet2.middleware.grouper.ui.exceptions.ControllerDone
All Implemented Interfaces:
Serializable

public class ControllerDone
extends RuntimeException

when the servlet is done with no error

See Also:
Serialized Form

Constructor Summary
ControllerDone()
           
ControllerDone(boolean printGuiReponseJs1)
           
 
Method Summary
 boolean isPrintGuiReponseJs()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ControllerDone

public ControllerDone()

ControllerDone

public ControllerDone(boolean printGuiReponseJs1)
Parameters:
printGuiReponseJs1 -
Method Detail

isPrintGuiReponseJs

public boolean isPrintGuiReponseJs()
Returns:
the printGuiReponseJs