org.jasig.cas.services
Class UnauthorizedSsoServiceException

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.UnauthorizedSsoServiceException
All Implemented Interfaces:
java.io.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: 42053 $ $Date: 2007-06-10 09:17:55 -0400 (Sun, 10 Jun 2007) $
Author:
Scott Battaglia
See Also:
Serialized Form

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

UnauthorizedSsoServiceException

public UnauthorizedSsoServiceException()

UnauthorizedSsoServiceException

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

UnauthorizedSsoServiceException

public UnauthorizedSsoServiceException(java.lang.String message)


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