Class OpenOfficeManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.officeimporter.openoffice.OpenOfficeManagerException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class OpenOfficeManagerException extends Exception
Deprecated.since 5.0M2, useOfficeServerException
instead.Represents exceptions encountered during operations related toOpenOfficeManager
operations.- Since:
- 1.8RC3
- Version:
- $Id: 200d6b650eabd771b1451746dc52023cd8ffdfd6 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenOfficeManagerException(String message)
Deprecated.Constructs a newOpenOfficeManagerException
.OpenOfficeManagerException(String message, Throwable throwable)
Deprecated.Constructs a newOpenOfficeManagerException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OpenOfficeManagerException
public OpenOfficeManagerException(String message)
Deprecated.Constructs a newOpenOfficeManagerException
.- Parameters:
message
- the string explaining the error.
-
OpenOfficeManagerException
public OpenOfficeManagerException(String message, Throwable throwable)
Deprecated.Constructs a newOpenOfficeManagerException
.- Parameters:
message
- the string explaining the error.throwable
- theThrowable
which is the cause of this exception.
-
-