cz.utb.fai.simkovicp.pki.verification
Class VerificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.utb.fai.simkovicp.pki.common.PKIException
              extended by cz.utb.fai.simkovicp.pki.verification.VerificationException
All Implemented Interfaces:
java.io.Serializable

public class VerificationException
extends PKIException

Verification exeception class.

See Also:
Serialized Form

Constructor Summary
VerificationException()
           
VerificationException(java.lang.Throwable cause)
          Constructor.
 
Method Summary
 
Methods inherited from class cz.utb.fai.simkovicp.pki.common.PKIException
getStackTraceAsString
 
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

VerificationException

public VerificationException()

VerificationException

public VerificationException(java.lang.Throwable cause)
Constructor.

Parameters:
cause -