Class BufferTooSmallException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.camel.component.wal.exceptions.BufferTooSmallException
All Implemented Interfaces:
Serializable

public class BufferTooSmallException extends IOException
See Also:
  • Constructor Details

    • BufferTooSmallException

      public BufferTooSmallException(int remaining, int requested)
  • Method Details

    • getRemaining

      public int getRemaining()
    • getRequested

      public int getRequested()