public class PDFUtilityException extends Exception
Constructor and Description |
---|
PDFUtilityException()
Constructs a new exception with a null message and cause.
|
PDFUtilityException(String message)
Constructs a new exception with a given message.
|
PDFUtilityException(String message,
Throwable cause)
Constructs a new exception with a given message and cause.
|
PDFUtilityException(Throwable cause)
Constructs a new exception with a given cause.
|
public PDFUtilityException()
public PDFUtilityException(String message)
message
- The detail message.
Exception(java.lang.String)public PDFUtilityException(String message, Throwable cause)
message
- The detail message.cause
- The causing exception. Null is permitted.public PDFUtilityException(Throwable cause)
cause
- The causing exception. Null is permitted.Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.