Class ValidationPipeException

  • All Implemented Interfaces:
    Serializable

    public class ValidationPipeException
    extends PipeException
    Indicates that the contents of a pipe were found to be invalid
    Author:
    Eyal Schneider
    See Also:
    Serialized Form
    • Constructor Detail

      • ValidationPipeException

        public ValidationPipeException​(String msg)
        Constructor
        Parameters:
        msg - The error message
      • ValidationPipeException

        public ValidationPipeException​(String msg,
                                       Throwable cause)
        Constructor
        Parameters:
        msg - The error message
        cause - The nested exception
      • ValidationPipeException

        public ValidationPipeException​(Throwable cause)
        Constructor
        Parameters:
        cause - The nested exception