ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware

com.github.mrstampy.esp.multiconnectionsocket
Class MultiConnectionSocketException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.github.mrstampy.esp.multiconnectionsocket.MultiConnectionSocketException
All Implemented Interfaces:
java.io.Serializable

public class MultiConnectionSocketException
extends java.lang.Exception

The Class MultiConnectionSocketException.

See Also:
Serialized Form

Constructor Summary
MultiConnectionSocketException()
          Instantiates a new multi connection socket exception.
MultiConnectionSocketException(java.lang.String arg0)
          Instantiates a new multi connection socket exception.
MultiConnectionSocketException(java.lang.String arg0, java.lang.Throwable arg1)
          Instantiates a new multi connection socket exception.
MultiConnectionSocketException(java.lang.Throwable arg0)
          Instantiates a new multi connection socket exception.
 
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

MultiConnectionSocketException

public MultiConnectionSocketException()
Instantiates a new multi connection socket exception.


MultiConnectionSocketException

public MultiConnectionSocketException(java.lang.String arg0)
Instantiates a new multi connection socket exception.

Parameters:
arg0 - the arg0

MultiConnectionSocketException

public MultiConnectionSocketException(java.lang.Throwable arg0)
Instantiates a new multi connection socket exception.

Parameters:
arg0 - the arg0

MultiConnectionSocketException

public MultiConnectionSocketException(java.lang.String arg0,
                                      java.lang.Throwable arg1)
Instantiates a new multi connection socket exception.

Parameters:
arg0 - the arg0
arg1 - the arg1

brought to you by Mr. Stampy