org.objectweb.tribe.exceptions
Class TimeoutException

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

public class TimeoutException
extends java.lang.Exception

This class defines a TimeoutException

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

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

TimeoutException

public TimeoutException()
Creates a new TimeoutException object


TimeoutException

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

Parameters:
message - error message

TimeoutException

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

Parameters:
message - error message
cause - error cause

TimeoutException

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

Parameters:
cause - error cause


Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.