org.jasig.cas.services
Class UnauthorizedServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.cas.services.UnauthorizedServiceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UnauthorizedProxyingException, UnauthorizedSsoServiceException
public class UnauthorizedServiceException
- extends RuntimeException
Exception that is thrown when an Unauthorized Service attempts to use CAS.
- Since:
- 3.0
- 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 |
UnauthorizedServiceException
public UnauthorizedServiceException()
UnauthorizedServiceException
public UnauthorizedServiceException(String message,
Throwable cause)
- Constructs an UnauthorizedServiceException with a custom message and the
root cause of this exception.
- Parameters:
message - an explanatory message.cause - the root cause of the exception.
UnauthorizedServiceException
public UnauthorizedServiceException(String message)
- Constructs an exception with a custom message.
- Parameters:
message - an explanatory message.
Copyright © 2004-2013 Jasig. All Rights Reserved.