org.jasig.schedassist.portlet
Class ServiceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.