org.jasig.cas.services
Class UnauthorizedProxyingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jasig.cas.services.UnauthorizedServiceException
                  extended by org.jasig.cas.services.UnauthorizedProxyingException
All Implemented Interfaces:
java.io.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: 42053 $ $Date: 2007-06-10 09:17:55 -0400 (Sun, 10 Jun 2007) $
Author:
Scott Battaglia
See Also:
Serialized Form

Constructor Summary
UnauthorizedProxyingException()
           
UnauthorizedProxyingException(java.lang.String message)
           
UnauthorizedProxyingException(java.lang.String message, java.lang.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

UnauthorizedProxyingException

public UnauthorizedProxyingException()

UnauthorizedProxyingException

public UnauthorizedProxyingException(java.lang.String message,
                                     java.lang.Throwable cause)

UnauthorizedProxyingException

public UnauthorizedProxyingException(java.lang.String message)


Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.