cz.utb.fai.simkovicp.pki.common
Class PKIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.utb.fai.simkovicp.pki.common.PKIException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- SignException, VerificationException
public class PKIException
- extends java.lang.Exception
This class represents the PKI exception.
- See Also:
- Serialized Form
| 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 |
PKIException
public PKIException()
PKIException
public PKIException(java.lang.Throwable cause)
PKIException
public PKIException(java.lang.String message,
java.lang.Throwable cause)
PKIException
public PKIException(java.lang.String message)
getStackTraceAsString
public java.lang.String getStackTraceAsString()
- Returns stack trace as string.
- Returns:
- stack trace as string