org.objectweb.tribe.exceptions
Class EmptyBufferException

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

public class EmptyBufferException
extends java.lang.Exception

This class defines a EmptyBufferException

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

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

EmptyBufferException

public EmptyBufferException()
Creates a new EmptyBufferException object


EmptyBufferException

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

Parameters:
message - error message

EmptyBufferException

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

Parameters:
message - error message
cause - error cause

EmptyBufferException

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

Parameters:
cause - error cause


Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.