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