Uses of Class
kerberos.exceptions.KerberosRuntimeException

Packages that use KerberosRuntimeException
kerberos.exceptions   
kerberos.messages   
kerberos.net   
util   
 

Uses of KerberosRuntimeException in kerberos.exceptions
 

Methods in kerberos.exceptions that return KerberosRuntimeException
static KerberosRuntimeException KerberosRuntimeException.throwWith(java.lang.Exception exc)
          Wirft eine KerberosRuntimeException.
 

Methods in kerberos.exceptions that throw KerberosRuntimeException
static KerberosRuntimeException KerberosRuntimeException.throwWith(java.lang.Exception exc)
          Wirft eine KerberosRuntimeException.
 

Uses of KerberosRuntimeException in kerberos.messages
 

Methods in kerberos.messages that throw KerberosRuntimeException
static byte[] Message.checkZeit(MessageWithTime message)
          Testet, ob die Zeit in diesem Paket in Ordnung ist.
 

Uses of KerberosRuntimeException in kerberos.net
 

Methods in kerberos.net that throw KerberosRuntimeException
 KerberosSocket KerberosServerSocketImpl.accept()
          Nimmt eine Verbindung von einem Client an und gibt einen KerberosSocket zurück.
 

Uses of KerberosRuntimeException in util
 

Methods in util that throw KerberosRuntimeException
static void NetUtil.sendError(java.net.Socket socket, int messageType, int errorcode)
          Sendet eine Fehlermeldung ins Netz.