public class WrappedUnoException extends RuntimeException
| Constructor and Description |
|---|
WrappedUnoException(Exception cause)
Constructs a new exception with the specified wrapped exception.
|
WrappedUnoException(String message,
Exception cause)
Constructs a new exception with the specified detail message and wrapped exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WrappedUnoException(String message, Exception cause)
message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method).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 WrappedUnoException(Exception cause)
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.)