edu.internet2.middleware.grouper.ui
Class CallerPageException

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.CallerPageException
All Implemented Interfaces:
Serializable

public class CallerPageException
extends RuntimeException

Thrown when invalid page id used to get data

Version:
$Id: CallerPageException.java,v 1.1 2008/04/09 14:13:07 isgwb Exp $
Author:
Gary Brown.
See Also:
Serialized Form

Constructor Summary
CallerPageException(String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallerPageException

public CallerPageException(String message)