|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.cryptonode.jncryptor.StreamIntegrityException
public class StreamIntegrityException
Thrown when a stream fails HMAC validation.
| Constructor Summary | |
|---|---|
StreamIntegrityException()
Constructs a new exception. |
|
StreamIntegrityException(String message)
Constructs a new exception. |
|
StreamIntegrityException(String message,
Throwable cause)
Constructs a new exception. |
|
StreamIntegrityException(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 StreamIntegrityException()
public StreamIntegrityException(String message)
message - error messagepublic StreamIntegrityException(Throwable cause)
cause - the cause of the exception
public StreamIntegrityException(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 | ||||||||