Class StacklessClosedChannelException

  • All Implemented Interfaces:
    java.io.Serializable

    final class StacklessClosedChannelException
    extends java.nio.channels.ClosedChannelException
    Cheap ClosedChannelException that does not fill in the stacktrace.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable fillInStackTrace()  
      (package private) static StacklessClosedChannelException newInstance​(java.lang.Class<?> clazz, java.lang.String method)
      Creates a new StacklessClosedChannelException which has the origin of the given Class and method.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • StacklessClosedChannelException

        private StacklessClosedChannelException()
    • Method Detail

      • fillInStackTrace

        public java.lang.Throwable fillInStackTrace()
        Overrides:
        fillInStackTrace in class java.lang.Throwable