cz.utb.fai.simkovicp.pki.common
Class PKIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PKIException()
           
PKIException(java.lang.String message)
           
PKIException(java.lang.String message, java.lang.Throwable cause)
           
PKIException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getStackTraceAsString()
          Returns stack trace as string.
 
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

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)
Method Detail

getStackTraceAsString

public java.lang.String getStackTraceAsString()
Returns stack trace as string.

Returns:
stack trace as string