Class PipesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tika.pipes.core.PipesException
All Implemented Interfaces:
Serializable

public class PipesException extends Exception
Fatal exception that means that something went seriously wrong.
See Also:
  • Constructor Details

    • PipesException

      public PipesException(String message)
    • PipesException

      public PipesException(Throwable t)
    • PipesException

      public PipesException(String message, Throwable t)