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) |
ServiceNotAuthorizedException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceNotAuthorizedException(String message, Throwable cause)
message
- cause
- public ServiceNotAuthorizedException(String message)
message
- public ServiceNotAuthorizedException()
Copyright © 2017 Eclipse JGit Project. All rights reserved.