spread
public class SpreadException extends java.lang.Exception
SpreadConnection.receive()
method
before calling SpreadConnection.connect(InetAddress, int, String, boolean, boolean)
on the object.
More exceptions will probably be provided in the future, to give more detailed error information. However, these exceptions will all be extended from SpreadException, so any exception-handling code written to handle SpreadException's will catch the new exceptions equally well.
Constructor and Description |
---|
SpreadException()
Creates a SpreadException with no error message.
|
SpreadException(java.lang.String errorMessage)
Creates a SpreadException with an error message.
|
Copyright © 2004 Spread Concepts LLC. All Rights Reserved.