um.di.lmf.security
Class RSABlindSignatureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byum.di.lmf.security.RSABlindSignatureException
All Implemented Interfaces:
java.io.Serializable

public class RSABlindSignatureException
extends java.lang.Exception

This is an exception thrown when something goes wrong in the blind signature functions.

See Also:
Serialized Form

Constructor Summary
RSABlindSignatureException()
           
 
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

RSABlindSignatureException

public RSABlindSignatureException()