类 FlushFailedException

  • 所有已实现的接口:
    java.io.Serializable

    public class FlushFailedException
    extends java.lang.RuntimeException
    Unchecked exception indicating that an error has occurred while trying to flush a buffer.
    作者:
    Lucas Ward, Ben Hale
    另请参阅:
    序列化表格
    • 方法概要

      • 从类继承的方法 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • FlushFailedException

        public FlushFailedException​(java.lang.String message,
                                    java.lang.Throwable cause)
        Create a new FlushFailedException based on a message and another exception.
        参数:
        message - the message for this exception
        cause - the other exception