Package org.xwiki.officeimporter.server
Class OfficeServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.officeimporter.server.OfficeServerException
-
- All Implemented Interfaces:
Serializable
public class OfficeServerException extends Exception
Represents an exception that can be thrown communicating with an office server.- Since:
- 5.0M2
- Version:
- $Id: 9525e18c6c1a97931885613df4d05e3e98e64ee9 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OfficeServerException(String message)
Constructs a new instance.OfficeServerException(String message, Throwable throwable)
Constructs a new instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OfficeServerException
public OfficeServerException(String message)
Constructs a new instance.- Parameters:
message
- the exception message
-
-