public class OfficeConnectionException
extends org.jodconverter.office.OfficeException
| Constructor and Description |
|---|
OfficeConnectionException(String message,
String connectString)
Constructs a new connect exception with the specified detail message.
|
OfficeConnectionException(String message,
String connectString,
Throwable cause)
Constructs a new connect exception with the specified detail message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectString()
Gets the connection strong of the connection.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OfficeConnectionException(String message, String connectString)
Throwable.initCause(java.lang.Throwable).message - The detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.connectString - The connection string of the connection.public OfficeConnectionException(String message, String connectString, Throwable cause)
Note that the detail message associated with cause is not automatically
incorporated in this exception's detail message.
message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method).connectString - The connection string of the connection.cause - The cause (which is saved for later retrieval by the Throwable.getCause() method).
(A null value is permitted, and indicates that the cause is nonexistent or
unknown.)public String getConnectString()