com.dstc.security.kerberos
Class NotYetDecryptedException

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

public class NotYetDecryptedException
extends CryptoException

An exception thrown when access is made to a field belonging to the encrypted part of a message before a successful decryption is performed.

See Also:
Serialized Form

Constructor Summary
NotYetDecryptedException()
          Default constructor
NotYetDecryptedException(String msg)
          Constructor with a specific 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

NotYetDecryptedException

public NotYetDecryptedException()
Default constructor

NotYetDecryptedException

public NotYetDecryptedException(String msg)
Constructor with a specific message