ikayaki.squid
Class SerialIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ikayaki.squid.SerialIOException
All Implemented Interfaces:
Serializable

public class SerialIOException
extends Exception

Generic SeriaIO exception

Author:
Aki Sysmäläinen
See Also:
Serialized Form

Constructor Summary
SerialIOException(String str)
          Constructs a SerialIOException with the specified detail 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

SerialIOException

public SerialIOException(String str)
Constructs a SerialIOException with the specified detail message.

Parameters:
str - the detail message.