public class OfficeImporterException extends Exception
Constructor and Description |
---|
OfficeImporterException(String message)
Constructs a new exception with the specified message.
|
OfficeImporterException(String message,
Throwable throwable)
Constructs a new exception with the specified message and cause.
|
OfficeImporterException(Throwable throwable)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OfficeImporterException(String message)
message
- The explanation of the exception.public OfficeImporterException(Throwable throwable)
throwable
- The underlying cause for this exception.Copyright © 2004–2021 XWiki. All rights reserved.