Class ActionCancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.facebook.buck.rules.modern.builders.ActionCancelledException
-
- All Implemented Interfaces:
Serializable
public class ActionCancelledException extends RuntimeException
Represents an action being cancelled (for instance by the action being stolen- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionCancelledException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ActionCancelledException
public ActionCancelledException(Throwable t)
-
-