Class FailedPreconditionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FailedPreconditionException
    extends ApiException
    Exception thrown when the operation was rejected because the system is not in a state required for the operation's execution. For example, directory to be deleted may be non-empty, an rmdir operation is applied to a non-directory, etc.
    See Also:
    Serialized Form
    • Constructor Detail

      • FailedPreconditionException

        public FailedPreconditionException​(java.lang.Throwable cause,
                                           StatusCode statusCode,
                                           boolean retryable)
      • FailedPreconditionException

        public FailedPreconditionException​(java.lang.String message,
                                           java.lang.Throwable cause,
                                           StatusCode statusCode,
                                           boolean retryable)
      • FailedPreconditionException

        public FailedPreconditionException​(java.lang.Throwable cause,
                                           StatusCode statusCode,
                                           boolean retryable,
                                           ErrorDetails errorDetails)