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
CryptoException
public CryptoException()
- Default constructor
CryptoException
public CryptoException(String msg)
- Constructs a CryptoException with a message
- Parameters:
msg
- the detail message.