Class InternalException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InternalException
    extends AlluxioStatusException
    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

      • InternalException

        public InternalException​(java.lang.String message)
        Parameters:
        message - the exception message
      • InternalException

        public InternalException​(java.lang.Throwable cause)
        Parameters:
        cause - the cause of the exception
      • InternalException

        public InternalException​(java.lang.String message,
                                 java.lang.Throwable cause)
        Parameters:
        message - the exception message
        cause - the cause of the exception