ar.com.jiji.kaya.crypto
Class CryptoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ar.com.jiji.kaya.KayaRuntimeException
                  extended by ar.com.jiji.kaya.crypto.CryptoException
All Implemented Interfaces:
java.io.Serializable

public class CryptoException
extends KayaRuntimeException

Version:
$Revision$ $Date$
Author:
lparra
See Also:
Serialized Form

Constructor Summary
CryptoException()
           
CryptoException(java.lang.String message)
           
CryptoException(java.lang.String message, java.lang.Throwable cause)
           
CryptoException(java.lang.Throwable cause)
           
 
Method Summary
 
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

CryptoException

public CryptoException()

CryptoException

public CryptoException(java.lang.String message,
                       java.lang.Throwable cause)

CryptoException

public CryptoException(java.lang.String message)

CryptoException

public CryptoException(java.lang.Throwable cause)


Copyright © 2006 Kaya. All Rights Reserved.