org.objectweb.tribe.exceptions
Class NotConnectedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.tribe.exceptions.NotConnectedException
All Implemented Interfaces:
java.io.Serializable

public class NotConnectedException
extends java.lang.Exception

This class defines a NotConnectedException

Version:
1.0
Author:
Emmanuel Cecchet
See Also:
Serialized Form

Constructor Summary
NotConnectedException()
          Creates a new NotConnectedException object
NotConnectedException(java.lang.String message)
          Creates a new NotConnectedException object
NotConnectedException(java.lang.String message, java.lang.Throwable cause)
          Creates a new NotConnectedException object
NotConnectedException(java.lang.Throwable cause)
          Creates a new NotConnectedException object
 
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

NotConnectedException

public NotConnectedException()
Creates a new NotConnectedException object


NotConnectedException

public NotConnectedException(java.lang.String message)
Creates a new NotConnectedException object

Parameters:
message - error message

NotConnectedException

public NotConnectedException(java.lang.String message,
                             java.lang.Throwable cause)
Creates a new NotConnectedException object

Parameters:
message - error message
cause - error cause

NotConnectedException

public NotConnectedException(java.lang.Throwable cause)
Creates a new NotConnectedException object

Parameters:
cause - error cause


Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.