|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.fossilec.odettej.OdetteFTPException
org.fossilec.odettej.service.BufferCorruptedException
public class BufferCorruptedException
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.
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 |
---|
public BufferCorruptedException()
public BufferCorruptedException(java.lang.String message)
message
- The detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |