org.jasig.cas.services
Class UnauthorizedSsoServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.cas.services.UnauthorizedServiceException
org.jasig.cas.services.UnauthorizedSsoServiceException
- All Implemented Interfaces:
- Serializable
public class UnauthorizedSsoServiceException
- extends UnauthorizedServiceException
Exception thrown when a service attempts to use SSO when it should not be
allowed to.
- Since:
- 3.1
- Version:
- $Revision$ $Date$
- Author:
- Scott Battaglia
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnauthorizedSsoServiceException
public UnauthorizedSsoServiceException()
UnauthorizedSsoServiceException
public UnauthorizedSsoServiceException(String message,
Throwable cause)
UnauthorizedSsoServiceException
public UnauthorizedSsoServiceException(String message)
Copyright © 2004-2013 Jasig. All Rights Reserved.