public class NotAuthenticatedException extends CanonException
| Constructor and Description |
|---|
NotAuthenticatedException() |
NotAuthenticatedException(org.apache.http.client.methods.CloseableHttpResponse response) |
NotAuthenticatedException(String message) |
NotAuthenticatedException(String message,
Throwable cause) |
NotAuthenticatedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
NotAuthenticatedException(Throwable cause) |
getHttpStatusCode, getResponseBody, getResponseHeadersaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotAuthenticatedException()
public NotAuthenticatedException(String message)
public NotAuthenticatedException(Throwable cause)
public NotAuthenticatedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public NotAuthenticatedException(org.apache.http.client.methods.CloseableHttpResponse response)
Copyright © 2018 Symphony Software Foundation. All rights reserved.