public abstract class PreconditionFailedException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
PreconditionFailedException.Failure
Will be thrown in case an execution was expecting a precondition to
fail, but succeeded.
|
static class |
PreconditionFailedException.Success
Will be thrown in case an execution was expecting a precondition to
succeed, but failed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2017. All rights reserved.