org.jasig.cas.services
Class UnauthorizedProxyingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.cas.services.UnauthorizedServiceException
org.jasig.cas.services.UnauthorizedProxyingException
- All Implemented Interfaces:
- Serializable
public class UnauthorizedProxyingException
- extends UnauthorizedServiceException
Exception thrown when a service attempts to proxy when it is not 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 |
UnauthorizedProxyingException
public UnauthorizedProxyingException()
UnauthorizedProxyingException
public UnauthorizedProxyingException(String message,
Throwable cause)
UnauthorizedProxyingException
public UnauthorizedProxyingException(String message)
Copyright © 2004-2013 Jasig. All Rights Reserved.