jbora
Class NotJoinedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjbora.JBoraException
              extended byjbora.NotJoinedException
All Implemented Interfaces:
Serializable

public class NotJoinedException
extends JBoraException

Thrown when the owner of the JBora object hasn't joined the group.

Author:
Milan Prica
See Also:
Serialized Form

Constructor Summary
NotJoinedException()
          Creates a new exception.
NotJoinedException(String message)
          Creates a new exception and initializes it with a message.
NotJoinedException(String message, Throwable cause)
          Creates a new exception and initializes it with a cause and a message.
NotJoinedException(Throwable cause)
          Creates a new exception and initializes it with a cause.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotJoinedException

public NotJoinedException()
Creates a new exception.


NotJoinedException

public NotJoinedException(String message)
Creates a new exception and initializes it with a message.

Parameters:
message - Exception message

NotJoinedException

public NotJoinedException(Throwable cause)
Creates a new exception and initializes it with a cause.

Parameters:
cause - Exception cause

NotJoinedException

public NotJoinedException(String message,
                          Throwable cause)
Creates a new exception and initializes it with a cause and a message.

Parameters:
message - Exception message
cause - Exception cause