fi.hut.tcm.spki
Class SPKIException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fi.hut.tcm.spki.SPKIException

public class SPKIException
extends java.lang.Exception

SPKIException A general exception for SPKI related issues.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
SPKIException()
           
SPKIException(java.lang.String reason)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

SPKIException

public SPKIException()

SPKIException

public SPKIException(java.lang.String reason)