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

Constructor Summary
KerberosException()
          Constructs a KerberosException with no message
KerberosException(String msg)
          Constructs a KerberosException with a 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

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.