Class BusyException

  • All Implemented Interfaces:
    java.io.Serializable

    @ThreadSafe
    public class BusyException
    extends AlluxioException
    Thrown when the system is busy.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BusyException()
      Constructs a new busy exception.
    • 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
    • Field Detail

      • CUSTOM_EXCEPTION_MESSAGE

        public static final java.lang.String CUSTOM_EXCEPTION_MESSAGE
        See Also:
        Constant Field Values
    • Constructor Detail

      • BusyException

        public BusyException()
        Constructs a new busy exception.