All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jive.erlang.JiveSecurityException

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

public class JiveSecurityException
extends JiveException
Signals that a Jive security exception has occurred.

Author:
Kaj Nygren (kaj@medialab.ericsson.se), Joakim Grebenö (jocke@erix.ericsson.se)

Constructor Index

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

Constructors

 o JiveSecurityException
 public JiveSecurityException()
Constructs a JiveSecurityException with no details on why it was constructed.

 o JiveSecurityException
 public JiveSecurityException(String s)
Constructs a JiveSecurity Exception with a message specifying why it was created.


All Packages  Class Hierarchy  This Package  Previous  Next  Index