com.dstc.security.kerberos
Class KerberosException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.dstc.security.kerberos.KerberosException
- Direct Known Subclasses:
- CryptoException, KerberosError
- public class KerberosException
- extends Exception
An exception representing an exceptional condition in
using the Kerberos service.
- See Also:
- Serialized Form
KerberosException
public KerberosException()
- Constructs a KerberosException with no message
KerberosException
public KerberosException(String msg)
- Constructs a KerberosException with a message
- Parameters:
msg
- the detail message.