public class ServiceNotAuthorizedException extends Exception
This corresponds to response code
HttpServletResponse.SC_UNAUTHORIZED
.
Constructor and Description |
---|
ServiceNotAuthorizedException()
Indicates that the requested service requires authentication.
|
ServiceNotAuthorizedException(String message)
Constructor for ServiceNotAuthorizedException.
|
ServiceNotAuthorizedException(String message,
Throwable cause)
Constructor for ServiceNotAuthorizedException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceNotAuthorizedException(String message, Throwable cause)
message
- error messagecause
- a Throwable
object.public ServiceNotAuthorizedException(String message)
message
- error messagepublic ServiceNotAuthorizedException()
Copyright © 2018 Eclipse JGit Project. All rights reserved.