Class InternalPipeException

  • All Implemented Interfaces:
    Serializable

    public class InternalPipeException
    extends PipeException
    A pipe exception resulting from a runtime error. Usually used for communicating the error to another thread, so that the corresponding runtime exception can be thrown in that thread.
    Author:
    Eyal Schneider
    See Also:
    Serialized Form
    • Constructor Detail

      • InternalPipeException

        public InternalPipeException​(String msg)
      • InternalPipeException

        public InternalPipeException​(RuntimeException cause)
    • Method Detail

      • getRuntimeException

        public RuntimeException getRuntimeException()
        Returns:
        The runtime exception being wrapped. Intended to be thrown in the right context.