public class CannotRetrieveKeyException extends Exception
| Modifier | Constructor and Description |
|---|---|
|
CannotRetrieveKeyException(String reason) |
|
CannotRetrieveKeyException(String message,
Throwable cause) |
|
CannotRetrieveKeyException(String message,
Throwable cause,
URI keyUri) |
protected |
CannotRetrieveKeyException(String message,
Throwable cause,
ValidatedKeyId keyId,
URI keyUri) |
|
CannotRetrieveKeyException(String reason,
URI keyUri) |
|
CannotRetrieveKeyException(String reason,
ValidatedKeyId keyId,
URI keyUri) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ValidatedKeyId> |
getKeyId() |
Optional<URI> |
getKeyUri() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CannotRetrieveKeyException(String reason)
public CannotRetrieveKeyException(String reason, ValidatedKeyId keyId, URI keyUri)
public CannotRetrieveKeyException(String message, Throwable cause, URI keyUri)
protected CannotRetrieveKeyException(String message, Throwable cause, ValidatedKeyId keyId, URI keyUri)
Copyright © 2017 Atlassian. All rights reserved.