jGCS Documentation

net.sf.jgcs
Class NotJoinedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.sf.jgcs.JGCSException
                  extended by net.sf.jgcs.NotJoinedException
All Implemented Interfaces:
java.io.Serializable

public class NotJoinedException
extends JGCSException

This class defines a NotJoinedException.

Version:
1.0
Author:
Nuno Carvalho
See Also:
Serialized Form

Constructor Summary
NotJoinedException()
          Creates a new NotJoinedException.
NotJoinedException(java.lang.String s)
          Creates a new NotJoinedException.
NotJoinedException(java.lang.String s, int code)
          Creates a new NotJoinedException.
NotJoinedException(java.lang.String s, java.lang.Throwable cause)
          Creates a new NotJoinedException.
NotJoinedException(java.lang.String s, java.lang.Throwable cause, int code)
          Creates a new NotJoinedException.
 
Method Summary
 
Methods inherited from class net.sf.jgcs.JGCSException
getCause, getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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 NotJoinedException.


NotJoinedException

public NotJoinedException(java.lang.String s)
Creates a new NotJoinedException.

Parameters:
s - the error message

NotJoinedException

public NotJoinedException(java.lang.String s,
                          java.lang.Throwable cause)
Creates a new NotJoinedException.

Parameters:
s - the error message.
cause - the throwable that caused this exception.

NotJoinedException

public NotJoinedException(java.lang.String s,
                          int code)
Creates a new NotJoinedException.

Parameters:
s - the error message.
code - the error code.

NotJoinedException

public NotJoinedException(java.lang.String s,
                          java.lang.Throwable cause,
                          int code)
Creates a new NotJoinedException.

Parameters:
s - the error message.
cause - the throwable that caused this exception.
code - the error code.

jGCS Documentation

Copyright (c) 2006, Universidade de Lisboa
For updates and related information please see jGCS home page