public class CredentialServiceUnavailableException extends CredentialException implements Serializable
ReaderExtensionsException.ClientException| Constructor and Description |
|---|
CredentialServiceUnavailableException()
Constructs a new exception with a
null message and cause. |
CredentialServiceUnavailableException(String message)
Constructs a new exception with the given message.
|
CredentialServiceUnavailableException(String message,
Throwable cause)
Constructs a new exception with the given message and cause.
|
CredentialServiceUnavailableException(Throwable cause)
Constructs a new exception with the given cause.
|
public CredentialServiceUnavailableException()
null message and cause.public CredentialServiceUnavailableException(String message)
message - The detailed message.public CredentialServiceUnavailableException(String message, Throwable cause)
message - The detailed message.cause - The causing exception. A null value is permitted.public CredentialServiceUnavailableException(Throwable cause)
cause - The causing exception. A null value is permitted.Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.