public class ReaderExtensionsException extends Exception implements Serializable
Modifier and Type | Class and Description |
---|---|
protected class |
ReaderExtensionsException.ClientException
ClientException is an exception wrapper that presents itself as a server
exception.
|
Modifier | Constructor and Description |
---|---|
protected |
ReaderExtensionsException()
Constructs a new exception with a
null message and cause. |
protected |
ReaderExtensionsException(String message)
Constructs a new exception with the given message.
|
protected |
ReaderExtensionsException(String message,
Throwable cause)
Constructs a new exception with the given message and cause.
|
protected |
ReaderExtensionsException(Throwable cause)
Constructs a new exception with the given cause.
|
protected ReaderExtensionsException()
null
message and cause.protected ReaderExtensionsException(String message)
message
- The detailed message.protected ReaderExtensionsException(String message, Throwable cause)
message
- The detailed message.cause
- The causing exception. A null
value is
permitted.protected ReaderExtensionsException(Throwable cause)
cause
- The causing exception. A null
value is
permitted.Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.