org.fossilec.odettej.service
Class BufferCorruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fossilec.odettej.OdetteFTPException
              extended by org.fossilec.odettej.service.BufferCorruptedException
All Implemented Interfaces:
java.io.Serializable

public class BufferCorruptedException
extends OdetteFTPException

This exception is thrown when the processing buffer is corrupted. It almost happen when checking buffer length and its limit ranges, or if the length of the Exchange Buffer as determined by the Stream Transmission Header is different to the length implied by the Command Code.

See Also:
Serialized Form

Constructor Summary
BufferCorruptedException()
          Constructor with no detail message.
BufferCorruptedException(java.lang.String message)
          Constructor with the specified detail message.
 
Method Summary
 
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

BufferCorruptedException

public BufferCorruptedException()
Constructor with no detail message.


BufferCorruptedException

public BufferCorruptedException(java.lang.String message)
Constructor with the specified detail message.

Parameters:
message - The detail message.


Copyright © 2005 ObjectWeb Consortium. All Rights Reserved.