|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.cas.services.UnauthorizedServiceException
public class UnauthorizedServiceException
Exception that is thrown when an Unauthorized Service attempts to use CAS.
| 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 |
|---|
public UnauthorizedServiceException()
public UnauthorizedServiceException(java.lang.String message,
java.lang.Throwable cause)
message - an explanatory message.cause - the root cause of the exception.public UnauthorizedServiceException(java.lang.String message)
message - an explanatory message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||