public class LbReaderException extends Exception
| Constructor and Description |
|---|
LbReaderException()
Constructs a reader exception.
|
LbReaderException(String msg)
Constructs a reader exception with the specified message.
|
LbReaderException(String msg,
Throwable cause)
Constructs a reader exception with the specified message
and cause.
|
LbReaderException(Throwable cause)
Constructs a reader exception with the cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LbReaderException(String msg, Throwable cause)
msg - the detail message for this exceptioncause - the cause of this errorpublic LbReaderException(Throwable cause)
cause - the cause of this errorpublic LbReaderException(String msg)
msg - the detail message for this exceptionpublic LbReaderException()
Copyright © 2017. All rights reserved.