Class InternalRuntimeError

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.confluent.parallelconsumer.InternalRuntimeError
All Implemented Interfaces:
java.io.Serializable

public class InternalRuntimeError
extends java.lang.RuntimeException
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    InternalRuntimeError​(java.lang.String message)  
    InternalRuntimeError​(java.lang.String message, java.lang.Throwable cause)  
    InternalRuntimeError​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
    InternalRuntimeError​(java.lang.Throwable cause)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, 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 Details

    • InternalRuntimeError

      public InternalRuntimeError​(java.lang.String message)
    • InternalRuntimeError

      public InternalRuntimeError​(java.lang.String message, java.lang.Throwable cause)
    • InternalRuntimeError

      public InternalRuntimeError​(java.lang.Throwable cause)
    • InternalRuntimeError

      public InternalRuntimeError​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)