Class UnknownException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • UnknownException

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

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

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