com.dstc.security.kerberos
Class DecryptionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dstc.security.kerberos.KerberosException
                    |
                    +--com.dstc.security.kerberos.CryptoException
                          |
                          +--com.dstc.security.kerberos.DecryptionException

public class DecryptionException
extends CryptoException

An exception indicating decryption failures

See Also:
Serialized Form

Constructor Summary
DecryptionException()
           
DecryptionException(String msg)
           
 
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

DecryptionException

public DecryptionException()

DecryptionException

public DecryptionException(String msg)
Parameters:
msg - the detail message.