public class UnauthorizedServiceException extends RuntimeException
| Constructor and Description |
|---|
UnauthorizedServiceException() |
UnauthorizedServiceException(String message)
Constructs an exception with a custom message.
|
UnauthorizedServiceException(String message,
Throwable cause)
Constructs an UnauthorizedServiceException with a custom message and the
root cause of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnauthorizedServiceException()
public UnauthorizedServiceException(String message, Throwable cause)
message - an explanatory message.cause - the root cause of the exception.public UnauthorizedServiceException(String message)
message - an explanatory message.Copyright © 2004-2012 Jasig. All Rights Reserved.