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

Class jive.erlang.JiveException

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

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

Constructor Index

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

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index