com.dstc.security.kerberos
Class CryptoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dstc.security.kerberos.KerberosException
                    |
                    +--com.dstc.security.kerberos.CryptoException
Direct Known Subclasses:
DecryptionException, NotYetDecryptedException

public class CryptoException
extends KerberosException

An Exception for general crypto exceptions in Kerberos

See Also:
Serialized Form

Constructor Summary
CryptoException()
          Default constructor
CryptoException(String msg)
          Constructs a CryptoException with a message
 
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

CryptoException

public CryptoException()
Default constructor

CryptoException

public CryptoException(String msg)
Constructs a CryptoException with a message
Parameters:
msg - the detail message.