Class ConflictException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConflictException
    extends AppException
    Thrown when the required operation failed due to conflict.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConflictException

        public ConflictException​(@Nullable
                                 java.lang.String message,
                                 @Nullable
                                 java.lang.Throwable cause,
                                 @NonNull
                                 ConflictException.Reason reason,
                                 @Nullable
                                 java.lang.String httpBody)
    • Method Detail

      • getReason

        @NonNull
        public ConflictException.Reason getReason()
        Get detailed reason of failure.
        Returns:
        reason of failure