org.jasig.cas.services
Class UnauthorizedServiceException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnauthorizedProxyingException, UnauthorizedSsoServiceException

public class UnauthorizedServiceException
extends java.lang.RuntimeException

Exception that is thrown when an Unauthorized Service attempts to use CAS.

Since:
3.0
Version:
$Revision: 42053 $ $Date: 2007-06-10 09:17:55 -0400 (Sun, 10 Jun 2007) $
Author:
Scott Battaglia
See Also:
Serialized Form

Constructor Summary
UnauthorizedServiceException()
           
UnauthorizedServiceException(java.lang.String message)
          Constructs an exception with a custom message.
UnauthorizedServiceException(java.lang.String message, java.lang.Throwable cause)
          Constructs an UnauthorizedServiceException with a custom message and the root cause of this exception.
 
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

UnauthorizedServiceException

public UnauthorizedServiceException()

UnauthorizedServiceException

public UnauthorizedServiceException(java.lang.String message,
                                    java.lang.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(java.lang.String message)
Constructs an exception with a custom message.

Parameters:
message - an explanatory message.


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