|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--iaik.pkcs.PKCSException
This is the general PKCS exception class, which serves to group all the exception classes of the iaik.pkcs package that extend from it.
| Constructor Summary | |
PKCSException()
Creates a PKCSException with no message describing
the exception. |
|
PKCSException(java.lang.String msg)
Creates a PKCSException with the given message
describing this particular exception. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public PKCSException()
PKCSException with no message describing
the exception.public PKCSException(java.lang.String msg)
PKCSException with the given message
describing this particular exception.msg - the message string describing this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||