kerberos.exceptions
Class ConnectionResetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bykerberos.exceptions.ConnectionResetException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionResetException
extends java.io.IOException

Wird geworfen, wenn die Verbindung beendet wurde. Diese Exception ist eine IOException; sie erbt micht von der KerberosException. Die wurde eingeführt, damit der Benutzer dieses Paketes nicht um dieser einen Exception willen zwingend die sun.com.*-Klassen benötigt

Author:
Stephan Koops
See Also:
Serialized Form

Constructor Summary
ConnectionResetException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionResetException

public ConnectionResetException()