toolbox.socket
Class SocketClientException

Package class diagram package SocketClientException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toolbox.socket.SocketClientException
All Implemented Interfaces:
java.io.Serializable

public class SocketClientException
extends java.lang.Exception

Indicates an exception while performing client socket operations.

See Also:
Serialized Form

Constructor Summary
SocketClientException(java.lang.Exception ex)
          Calls the parent constructor.
SocketClientException(java.lang.String message)
          Calls the parent constructor with the given message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SocketClientException

public SocketClientException(java.lang.Exception ex)
Calls the parent constructor.

Parameters:
ex - Original exception that occured.

SocketClientException

public SocketClientException(java.lang.String message)
Calls the parent constructor with the given message.

Parameters:
message - Error message.