org.jasig.schedassist.portlet
Class IneligibleForServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jasig.schedassist.portlet.IneligibleForServiceException
All Implemented Interfaces:
Serializable

public class IneligibleForServiceException
extends RuntimeException

Exception raised when the authenticated viewer is not eligible for the calendar service.

Version:
$Id: IneligibleForServiceException.java 770 2009-07-07 18:36:51Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

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

IneligibleForServiceException

public IneligibleForServiceException()

IneligibleForServiceException

public IneligibleForServiceException(String message,
                                     Throwable cause)
Parameters:
message -
cause -

IneligibleForServiceException

public IneligibleForServiceException(String message)
Parameters:
message -

IneligibleForServiceException

public IneligibleForServiceException(Throwable cause)
Parameters:
cause -


Copyright © 2012 Jasig. All Rights Reserved.