|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
it.jnrpe.net.BadCRCException
public class BadCRCException
This exception is thrown if the response CRC or the request CRC ccould not be verified.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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 cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||