org.jasig.schedassist.portlet
Class ServiceUnavailableException

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

public class ServiceUnavailableException
extends RuntimeException

Runtime exception that may be thrown if the remote services are unavailable.

Version:
$Id: ServiceUnavailableException.java 799 2009-07-10 19:56:51Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

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

ServiceUnavailableException

public ServiceUnavailableException()

ServiceUnavailableException

public ServiceUnavailableException(String message)
Parameters:
message -

ServiceUnavailableException

public ServiceUnavailableException(Throwable cause)
Parameters:
cause -

ServiceUnavailableException

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


Copyright © 2012 Jasig. All Rights Reserved.