Class ProtocolDesyncException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.tika.pipes.core.protocol.ProtocolDesyncException
All Implemented Interfaces:
Serializable

public class ProtocolDesyncException extends IOException
Thrown when the framing magic bytes do not match, indicating that the IPC stream is desynchronized and the connection is unsalvageable.
See Also:
  • Constructor Details

    • ProtocolDesyncException

      public ProtocolDesyncException(String message)