Class LbReaderException

  • All Implemented Interfaces:
    Serializable

    public class LbReaderException
    extends Exception
    An exception that provides information on reader error.
    Since:
    JDK1.4
    Author:
    Satish Viswanatham
    See Also:
    Serialized Form
    • Constructor Detail

      • LbReaderException

        public LbReaderException​(String msg,
                                 Throwable cause)
        Constructs a reader exception with the specified message and cause.
        Parameters:
        msg - the detail message for this exception
        cause - the cause of this error
      • LbReaderException

        public LbReaderException​(Throwable cause)
        Constructs a reader exception with the cause.
        Parameters:
        cause - the cause of this error
      • LbReaderException

        public LbReaderException​(String msg)
        Constructs a reader exception with the specified message.
        Parameters:
        msg - the detail message for this exception
      • LbReaderException

        public LbReaderException()
        Constructs a reader exception.