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
DecryptionException
public DecryptionException()
DecryptionException
public DecryptionException(String msg)
- Parameters:
msg
- the detail message.