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