org.cyberlab.recognition.local.extractor.net
Class SocketCommException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cyberlab.recognition.local.extractor.net.SocketCommException
All Implemented Interfaces:
java.io.Serializable

public class SocketCommException
extends java.lang.Exception

Exception class thrown by SocketComm

Author:
Mats-Gøran Karlsen
See Also:
Serialized Form

Constructor Summary
SocketCommException(java.lang.String className, java.lang.String message, java.lang.Exception e)
           
 
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

SocketCommException

public SocketCommException(java.lang.String className,
                           java.lang.String message,
                           java.lang.Exception e)