com.didisoft.pgp.exceptions
Class IntegrityCheckException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lw.bouncycastle.openpgp.PGPException
              extended by com.didisoft.pgp.PGPException
                  extended by com.didisoft.pgp.exceptions.IntegrityCheckException
All Implemented Interfaces:
java.io.Serializable

public class IntegrityCheckException
extends PGPException

Exception that indicates that the data is corrupted.

Since:
2.5.8
See Also:
Serialized Form

Constructor Summary
IntegrityCheckException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class lw.bouncycastle.openpgp.PGPException
getCause, getUnderlyingException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

IntegrityCheckException

public IntegrityCheckException(java.lang.String message)


Copyright © 2006-2017 DidiSoft Ltd. All Rights Reserved.