spki
Class ReductionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--spki.SPKIException
                    |
                    +--spki.ReductionException

public class ReductionException
extends SPKIException

Thrown to indicate that a reduction failed.

Version:
$Id: ReductionException.java,v 1.1 2002/06/23 19:09:43 tep Exp $
Author:
Tep Narula <tep@win.trlabs.ca>, adapted from SPKI.ParseException by Per Harald Myrvang <perm@pasta.cs.uit.no>
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ReductionException()
           
ReductionException(String s)
           
 
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

ReductionException

public ReductionException()

ReductionException

public ReductionException(String s)