net.anidb.udp
Class UdpConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.anidb.udp.UdpConnectionException
All Implemented Interfaces:
java.io.Serializable

public class UdpConnectionException
extends java.lang.Exception

Thrown if a problem with the UDP connection occurs.

Version:
1.0, 29.11.2009
Author:
grizzlyxp (http://anidb.net/perl-bin/animedb.pl?show=userpage&uid=63935)
See Also:
Serialized Form

Constructor Summary
UdpConnectionException()
          Constructs a new Exception.
UdpConnectionException(java.lang.String message)
          Constructs a new Exception with a message.
UdpConnectionException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new Exception with a message and a cause.
UdpConnectionException(java.lang.Throwable cause)
          Constructs a new Exception with a cause.
 
Method Summary
 
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

UdpConnectionException

public UdpConnectionException()
Constructs a new Exception.


UdpConnectionException

public UdpConnectionException(java.lang.String message)
Constructs a new Exception with a message.

Parameters:
message - The message.

UdpConnectionException

public UdpConnectionException(java.lang.Throwable cause)
Constructs a new Exception with a cause.

Parameters:
cause - The cause.

UdpConnectionException

public UdpConnectionException(java.lang.String message,
                              java.lang.Throwable cause)
Constructs a new Exception with a message and a cause.

Parameters:
message - The message.
cause - The cause.