Class InternalRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InternalRuntimeException
    extends AlluxioRuntimeException
    Exception representing an internal error. This means some invariant expected by the underlying system has been broken. If you see one of these errors, something is very broken.
    See Also:
    Serialized Form
    • Constructor Detail

      • InternalRuntimeException

        public InternalRuntimeException​(java.lang.String message,
                                        java.lang.Throwable t)
        Constructor.
        Parameters:
        message - error message
        t - cause
      • InternalRuntimeException

        public InternalRuntimeException​(java.lang.String message)
        Constructor.
        Parameters:
        message - error message
      • InternalRuntimeException

        public InternalRuntimeException​(java.lang.Throwable t)
        Constructor.
        Parameters:
        t - cause