Class wb.MessageException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class wb.MessageException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----wb.MessageException

public class MessageException
extends IOException
Signals that an Message I/O exception has occurred. Useful for message retransmission

Constructor Index

 o MessageException()
Constructs an MessageException with no detail message.
 o MessageException(String)
Constructs an IOException with the specified detail message.

Constructors

 o MessageException
  public MessageException()
Constructs an MessageException with no detail message. A detail message is a String that describes this particular exception.
 o MessageException
  public MessageException(String s)
Constructs an IOException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index