Class jive.erlang.JiveIOException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jive.erlang.JiveIOException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----jive.erlang.JiveException
                           |
                           +----jive.erlang.JiveIOException

public class JiveIOException
extends JiveException
Signals that a Jive IO exception has occurred.
Author:
Kaj Nygren (kaj@medialab.ericsson.se), Joakim Grebenö (jocke@erix.ericsson.se)

Constructor Index

 o JiveIOException()
Constructs a JiveIOException with no details on why it was constructed.
 o JiveIOException(String)
Constructs a JiveIOException with a message specifying why it was created.

Constructors

 o JiveIOException
  public JiveIOException()
Constructs a JiveIOException with no details on why it was constructed.
 o JiveIOException
  public JiveIOException(String s)
Constructs a JiveIOException with a message specifying why it was created.

All Packages  Class Hierarchy  This Package  Previous  Next  Index