Package com.documents4j.throwables
Class ConverterAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.documents4j.throwables.ConverterException
-
- com.documents4j.throwables.ConverterAccessException
-
- All Implemented Interfaces:
Serializable
public class ConverterAccessException extends ConverterException
Thrown when a converter is not operational. Reasons for this can be for example an unreachable remote converter on the network or a non-reachable instance of a third-party converter such as a MS Office on the local machine. This exception is also thrown when attempting to convert a file after anIConverterwas already shut down.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConverterAccessException(String message)ConverterAccessException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-