|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.openpgp.PGPException
com.didisoft.pgp.PGPException
public class PGPException
Exception indicating that an OpenPGP encryption error has occurred
| Constructor Summary | |
|---|---|
PGPException(java.lang.String message)
Constructs the exception from a string message |
|
PGPException(java.lang.String message,
java.lang.Exception e)
Constructs the exception from a string message and another exception |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PGPException(java.lang.String message)
message - error text
public PGPException(java.lang.String message,
java.lang.Exception e)
message - error texte - inner exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||