|
||||||||||
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 message)
Initialize the exception with the given error message. |
|
BadCRCException(String message,
Throwable cause)
Initialize the exception with the given error message and the give root cause. |
|
BadCRCException(Throwable cause)
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BadCRCException()
public BadCRCException(String message, Throwable cause)
message
- The error messagecause
- The root exceptionpublic BadCRCException(String message)
message
- The error messagepublic BadCRCException(Throwable cause)
cause
- The root cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |