Class 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 an IConverter was already shut down.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConverterAccessException

        public ConverterAccessException​(String message)
      • ConverterAccessException

        public ConverterAccessException​(String message,
                                        Throwable cause)