ikayaki.squid
Class SerialIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SerialIOException
public SerialIOException(String str)
- Constructs a
SerialIOException
with the specified detail message.
- Parameters:
str
- the detail message.