asgaard.utils.cryptography
Class NoSuchCryptoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--asgaard.utils.cryptography.NoSuchCryptoException

public class NoSuchCryptoException
extends java.lang.IllegalArgumentException

A NoSuchCryptoException is thrown if an attempt is made to use or create an object of a cryptosystem that has not been implemented or can not be found. Copyright (c) 1997 David Purdue.

See Also:
Serialized Form

Constructor Summary
NoSuchCryptoException()
           
NoSuchCryptoException(java.lang.String reason)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchCryptoException

public NoSuchCryptoException()

NoSuchCryptoException

public NoSuchCryptoException(java.lang.String reason)