public class BadCRCException extends Exception
| Constructor and Description |
|---|
BadCRCException()
Initialize the exception with an emtpy error message
|
BadCRCException(String sMsg)
Initialize the exception with the given error message
|
BadCRCException(String sMsg,
Throwable thr)
Initialize the exception with the given error message and the give root
cause
|
BadCRCException(Throwable thr)
Initialize the exception with the given root cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadCRCException()
public BadCRCException(String sMsg, Throwable thr)
sMsg - The error messagethr - The root exceptionpublic BadCRCException(String sMsg)
sMsg - The error messagepublic BadCRCException(Throwable thr)
thr - The root causeCopyright © 2013. All Rights Reserved.