Class UnknownRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownRuntimeException
    extends AlluxioRuntimeException
    Exception representing an unknown error. An example of where this exception may be thrown is if a Status value received from another address space belongs to an error-space that is not known in this address space. Also errors raised by APIs that do not return enough error information may be converted to this error.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownRuntimeException

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

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