Package org.apache.tika.pipes
Class FailedToStartClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.tika.pipes.FailedToStartClientException
-
- All Implemented Interfaces:
Serializable
public class FailedToStartClientException extends RuntimeException
This should be catastrophic- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailedToStartClientException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FailedToStartClientException
public FailedToStartClientException(Throwable t)
-
-