Class MSOfficeStartupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.levigo.jadice.server.msoffice.MSOfficeStartupException
-
- All Implemented Interfaces:
Serializable
public class MSOfficeStartupException extends Exception
This exception will be thrown when the startup of an MS Office instance did not work correctly.- Since:
- jadice server 5.3.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MSOfficeStartupException(CommandReceiver converter)
MSOfficeStartupException(CommandReceiver converter, Throwable th)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MSOfficeStartupException
wrappedExceptionOf(Throwable th, CommandReceiver converter)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MSOfficeStartupException
public MSOfficeStartupException(CommandReceiver converter, Throwable th)
-
MSOfficeStartupException
public MSOfficeStartupException(CommandReceiver converter)
-
-
Method Detail
-
wrappedExceptionOf
public static MSOfficeStartupException wrappedExceptionOf(Throwable th, CommandReceiver converter)
-
-