|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.cryptonode.jncryptor.CryptorException
org.cryptonode.jncryptor.InvalidHMACException
public class InvalidHMACException
An InvalidHMACException is thrown when the HMAC value is incorrect,
indicating that the data is corrupted.
| Constructor Summary | |
|---|---|
InvalidHMACException()
Constructs a new exception. |
|
InvalidHMACException(String message)
Constructs a new exception. |
|
InvalidHMACException(String message,
Throwable cause)
Constructs a new exception. |
|
InvalidHMACException(Throwable cause)
Constructs a new exception. |
|
| 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 InvalidHMACException()
public InvalidHMACException(String message)
message - error messagepublic InvalidHMACException(Throwable cause)
cause - the cause of the exception
public InvalidHMACException(String message,
Throwable cause)
message - error messagecause - the cause of the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||